DBA Data[Home] [Help]

APPS.ARP_MESSAGE dependencies on STANDARD

Line 35: -- at version 115.5 for new GSCC standards

31: -- make it as AUTONOMOUS_TRANSACTION.
32: -- 02-14-02 Added one more procedure to get last few messages
33: --
34: -- 02-22-2002 Jyoti Pandey Moved all the logic from arplbmsg.sql
35: -- at version 115.5 for new GSCC standards
36: -- 12-04-02 Jyoti Pandey Added NOCOPY to Get procedure for GSCC warnings
37: -- 23-NOV-04 S V Sowjanya Bug 3871056: Added global varible
38: -- G_Account_Merge_Logging, Assigned value to this
39: -- variable in initialize procedure.

Line 43: -- 27-APR-06 S V Sowjanya Bug 5010855. Replaced reference to arp_standard with

39: -- variable in initialize procedure.
40: -- Added if condition in procedure Set_line to log
41: -- messages only if the profile HZ_ACCOUNT_MERGE_LOGGING
42: -- is set.
43: -- 27-APR-06 S V Sowjanya Bug 5010855. Replaced reference to arp_standard with
44: -- HZ_UTILITY_V2PUB
45: -- 24-APR-06 S V Sowjanya Bug 5239180. Replaced MM with MI in date conversion
46: /*------------------------------ DATA TYPES ---------------------------------*/
47: TYPE MESSAGE_TABLE_TYPE IS TABLE of

Line 298: G_User_Id := HZ_UTILITY_V2PUB.user_id; --arp_standard.profile.user_id;

294: Debug_Flag VARCHAR2 ,
295: Debug_Output_Code VARCHAR2 ) IS
296: BEGIN
297: G_Conc_Request_Id := Conc_Request_Id;
298: G_User_Id := HZ_UTILITY_V2PUB.user_id; --arp_standard.profile.user_id;
299: G_Account_Merge_Logging := fnd_profile.value('HZ_ACCOUNT_MERGE_LOGGING');
300: G_Debug_Flag := Debug_Flag;
301: if (Upper(Debug_Output_Code) IN ('STACK', 'TABLE')) then
302: G_Debug_Output_Code := Debug_Output_Code;