DBA Data[Home] [Help]

APPS.CLN_NTFYINVC_PKG dependencies on CLN_NP_PROCESSOR_PKG

Line 1234: CLN_NP_PROCESSOR_PKG.NOTIFY_ADMINISTRATOR(l_return_desc_tp);

1230: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'DOCUMENT_STATUS', 'ERROR');
1231: wf_engine.SetItemAttrText(p_itemtype, p_itemkey, 'PARAMETER4', '3C3_IN02');
1232:
1233: x_resultout := 'ERROR';
1234: CLN_NP_PROCESSOR_PKG.NOTIFY_ADMINISTRATOR(l_return_desc_tp);
1235:
1236: IF (l_Debug_Level <= 6) THEN
1237: cln_debug_pub.Add('------- ERROR:Exiting XGM_CHECK_STATUS API --------- ',6);
1238: END IF;

Line 1689: cln_debug_pub.Add('Calling the ----CLN_NP_PROCESSOR_PKG.TAKE_ACTIONS----- API with the above parameters...',2);

1685: cln_debug_pub.Add('Internal Control Number:'|| l_intrl_cntrl_num, 1);
1686: END IF;
1687:
1688: IF (l_debug_level <= 2) THEN
1689: cln_debug_pub.Add('Calling the ----CLN_NP_PROCESSOR_PKG.TAKE_ACTIONS----- API with the above parameters...',2);
1690: END IF;
1691: -- Calls the CLN Notification Processing API to perform the pre-defined actions
1692:
1693: BEGIN

Line 1694: CLN_NP_PROCESSOR_PKG.TAKE_ACTIONS( x_ret_code => l_return_code ,

1690: END IF;
1691: -- Calls the CLN Notification Processing API to perform the pre-defined actions
1692:
1693: BEGIN
1694: CLN_NP_PROCESSOR_PKG.TAKE_ACTIONS( x_ret_code => l_return_code ,
1695: x_ret_desc => l_return_desc,
1696: p_notification_code => l_notif_code,
1697: p_notification_desc => l_notif_desc,
1698: p_status => l_status,

Line 1705: cln_debug_pub.Add('Exiting the ----CLN_NP_PROCESSOR_PKG.TAKE_ACTIONS----- API with the below parameters...',2);

1701: p_coll_point => l_coll_pt,
1702: p_int_con_no => l_intrl_cntrl_num);
1703:
1704: IF (l_debug_level <= 2) THEN
1705: cln_debug_pub.Add('Exiting the ----CLN_NP_PROCESSOR_PKG.TAKE_ACTIONS----- API with the below parameters...',2);
1706: END IF;
1707:
1708: IF (l_debug_level <= 1) THEN
1709: cln_debug_pub.Add('Return Code:'|| l_return_code, 1);

Line 1719: cln_debug_pub.Add('Exception in CLN_NP_PROCESSOR_PKG.TAKE_ACTIONS:' || l_error_code || ' : '||l_errmsg,5);

1715: l_error_code := SQLCODE;
1716: l_errmsg := SQLERRM;
1717:
1718: IF (l_debug_level <= 5) THEN
1719: cln_debug_pub.Add('Exception in CLN_NP_PROCESSOR_PKG.TAKE_ACTIONS:' || l_error_code || ' : '||l_errmsg,5);
1720: END IF;
1721: END;
1722:
1723: x_resultout := 'SUCCESS';