Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Need clarification - Report & SQL
Hi,
I have 1 question to ask.
I have a report which is previously developed by somebody else. Now, I try to do some modification on it.However I found some portion of the code that I couldn't understand.
Here is some of it (as an example),
4)replace(arp_standard.ar_lookup('INV/CM/ADJ),'','')
I just want to know what object is it.
The thing that i don't understand is the one that have "arp" on it.
ARP_STANDARD.fnd_message ARP_STANDARD.enable_debug ARP_STANDARD.ar_lookup
ARP_ADDS.territory_short_name
ARP_TRX_SELECT_CONTROL.build_where_clause
Is it something 'Oracle Standard' thing or developed by the developer.
Because, with my few experience in Object Oriented normally when it comes with
dot(.) it
means something that belongs to (part of or attribute of).
Actually, I have look through the code (68 pages) and the "ARP" is not a variable,procedure, function or table (except for ARP_STANDARD.AR_LOOKUP which AR_LOOKUP is a table in Oracle).
Can anybody explain me on this?
Participation is highly appreciate..Thanks.
Norazman
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Oct 26 1998 - 20:04:20 CST