DBA Data[Home] [Help]

APPS.RCV_LCM_WEB_SERVICE dependencies on RCV_LCM_WEB_SERVICE

Line 1: PACKAGE BODY RCV_LCM_WEB_SERVICE AS

1: PACKAGE BODY RCV_LCM_WEB_SERVICE AS
2: /* $Header: RCVLCMWB.pls 120.1 2009/03/04 00:21:24 musinha noship $ */
3:
4: PROCEDURE Get_Landed_Cost (p_group_id IN NUMBER,p_processing_mode IN VARCHAR2) AS
5: --

Line 17: asn_debug.put_line('Entering RCV_LCM_WEB_SERVICE.Get_Landed_Cost' || to_char(sysdate,'DD-MON-YYYY HH:MI:SS'));

13: g_pgm_appl_id NUMBER := FND_PROFILE.value('RESP_APPL_ID');
14: --
15: BEGIN
16: --
17: asn_debug.put_line('Entering RCV_LCM_WEB_SERVICE.Get_Landed_Cost' || to_char(sysdate,'DD-MON-YYYY HH:MI:SS'));
18: asn_debug.put_line('p_group_id : ' || p_group_id);
19: asn_debug.put_line('p_processing_mode : ' || p_processing_mode);
20: asn_debug.put_line('g_user_id : ' || g_user_id);
21: asn_debug.put_line('g_resp_id : ' || g_resp_id);

Line 64: END RCV_LCM_WEB_SERVICE;

60: asn_debug.put_line(sql%rowcount || ' RTIs updated to Error' );
61:
62: END Get_Landed_Cost;
63:
64: END RCV_LCM_WEB_SERVICE;