DBA Data[Home] [Help]

APPS.CLN_NTFYINVC_PKG dependencies on ECX_DOCLOGS

Line 793: FROM ecx_doclogs

789: INTO l_status
790: FROM DUAL
791: WHERE EXISTS (
792: SELECT 'x'
793: FROM ecx_doclogs
794: WHERE document_number = l_doc_id
795: AND item_type = p_itemtype -- Changed to fix Bug #5031346
796: AND item_key = p_itemkey -- Changed to fix Bug #5031346
797: AND direction = 'OUT');

Line 801: cln_debug_pub.Add('No Data found in ecx_doclogs', 1);

797: AND direction = 'OUT');
798: EXCEPTION
799:
800: WHEN NO_DATA_FOUND THEN
801: cln_debug_pub.Add('No Data found in ecx_doclogs', 1);
802: END;
803:
804: IF (l_debug_level <= 1) THEN
805: cln_debug_pub.Add('l_status: '|| l_status , 1);