DBA Data[Home] [Help]

APPS.CLN_INV_REJECT_NOTIF_PVT dependencies on CLN_INV_REJECT_NOTIF_PVT

Line 1: PACKAGE BODY CLN_INV_REJECT_NOTIF_PVT AS

1: PACKAGE BODY CLN_INV_REJECT_NOTIF_PVT AS
2: /* $Header: CLN3C4B.pls 120.2 2006/05/10 23:56:24 smuthuav noship $ */
3:
4: l_debug_level NUMBER := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));
5:

Line 109: cln_debug_pub.Add('Exiting the procedure CLN_INV_REJECT_NOTIF_PVT.ADD_MESSAGES_TO_COLL_HISTORY', 2);

105: cln_debug_pub.Add('Add Message event raised',1);
106: END IF;
107:
108: IF (l_debug_level <= 2) THEN
109: cln_debug_pub.Add('Exiting the procedure CLN_INV_REJECT_NOTIF_PVT.ADD_MESSAGES_TO_COLL_HISTORY', 2);
110: END IF;
111:
112: EXCEPTION
113: WHEN OTHERS THEN

Line 145: cln_debug_pub.Add('Entering the procedure CLN_INV_REJECT_NOTIF_PVT.CALL_AR_API', 2);

141: l_errmsg VARCHAR2(1000);
142:
143: BEGIN
144: IF (l_debug_level <= 2) THEN
145: cln_debug_pub.Add('Entering the procedure CLN_INV_REJECT_NOTIF_PVT.CALL_AR_API', 2);
146: END IF;
147:
148: IF (l_debug_level <= 2) THEN
149: cln_debug_pub.Add('Calling the -----ar_confirmation.initiate_confirmation_process----API with the parameter' ||

Line 162: cln_debug_pub.Add('Exiting the procedure CLN_INV_REJECT_NOTIF_PVT.CALL_AR_API', 2);

158: p_int_ctr_num => p_internal_control_number);
159:
160: IF (l_debug_level <= 2) THEN
161: cln_debug_pub.Add('Exting the --ar_confirmation.initiate_confirmation_process----API',2);
162: cln_debug_pub.Add('Exiting the procedure CLN_INV_REJECT_NOTIF_PVT.CALL_AR_API', 2);
163: END IF;
164:
165: EXCEPTION
166: WHEN OTHERS THEN

Line 219: cln_debug_pub.Add('...Entering the procedure CLN_INV_REJECT_NOTIF_PVT.PROCESS_INBOUND_3C4 with parameters ...', 2);

215: l_parameter_list wf_parameter_list_t;
216:
217: BEGIN
218: IF (l_debug_level <= 2) THEN
219: cln_debug_pub.Add('...Entering the procedure CLN_INV_REJECT_NOTIF_PVT.PROCESS_INBOUND_3C4 with parameters ...', 2);
220: END IF;
221:
222: IF (l_debug_level <= 1) THEN
223: cln_debug_pub.Add('Invoice number:'|| p_invoice_num ,1);

Line 527: cln_debug_pub.Add('Exiting the procedure CLN_INV_REJECT_NOTIF_PVT.PROCESS_INBOUND_3C4', 2);

523:
524: END IF;
525:
526: IF (l_debug_level <= 2) THEN
527: cln_debug_pub.Add('Exiting the procedure CLN_INV_REJECT_NOTIF_PVT.PROCESS_INBOUND_3C4', 2);
528: END IF;
529:
530: EXCEPTION
531: WHEN OTHERS THEN

Line 574: cln_debug_pub.Add('Entering the procedure CLN_INV_REJECT_NOTIF_PVT.notification_process_3c4_in', 2);

570: l_tp_id NUMBER;
571:
572: BEGIN
573: IF (l_debug_level <= 2) THEN
574: cln_debug_pub.Add('Entering the procedure CLN_INV_REJECT_NOTIF_PVT.notification_process_3c4_in', 2);
575: END IF;
576:
577: -- get the workflow activity attributes.
578: l_notif_code:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'NOTIF_CODE');

Line 705: END CLN_INV_REJECT_NOTIF_PVT;

701:
702: BEGIN
703: l_debug_level:= to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));
704:
705: END CLN_INV_REJECT_NOTIF_PVT;