DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_WF dependencies on CLN_DEBUG_PUB

Line 2797: cln_debug_pub.Add('ENTERING OE_ORDER_IMPORT_WF.IS_OAG_OR_ROSETTANET',1);

2793: oe_debug_pub.Add('funcmode:' || p_funcmode);
2794: END IF;
2795: -- Start of CLN debugs
2796: IF (l_debug_level_cln <= 1) THEN
2797: cln_debug_pub.Add('ENTERING OE_ORDER_IMPORT_WF.IS_OAG_OR_ROSETTANET',1);
2798: cln_debug_pub.Add('With the following parameters:', 1);
2799: cln_debug_pub.Add('itemtype:' || p_itemtype, 1);
2800: cln_debug_pub.Add('itemkey:' || p_itemkey, 1);
2801: cln_debug_pub.Add('actid:' || p_actid, 1);

Line 2798: cln_debug_pub.Add('With the following parameters:', 1);

2794: END IF;
2795: -- Start of CLN debugs
2796: IF (l_debug_level_cln <= 1) THEN
2797: cln_debug_pub.Add('ENTERING OE_ORDER_IMPORT_WF.IS_OAG_OR_ROSETTANET',1);
2798: cln_debug_pub.Add('With the following parameters:', 1);
2799: cln_debug_pub.Add('itemtype:' || p_itemtype, 1);
2800: cln_debug_pub.Add('itemkey:' || p_itemkey, 1);
2801: cln_debug_pub.Add('actid:' || p_actid, 1);
2802: cln_debug_pub.Add('funcmode:' || p_funcmode, 1);

Line 2799: cln_debug_pub.Add('itemtype:' || p_itemtype, 1);

2795: -- Start of CLN debugs
2796: IF (l_debug_level_cln <= 1) THEN
2797: cln_debug_pub.Add('ENTERING OE_ORDER_IMPORT_WF.IS_OAG_OR_ROSETTANET',1);
2798: cln_debug_pub.Add('With the following parameters:', 1);
2799: cln_debug_pub.Add('itemtype:' || p_itemtype, 1);
2800: cln_debug_pub.Add('itemkey:' || p_itemkey, 1);
2801: cln_debug_pub.Add('actid:' || p_actid, 1);
2802: cln_debug_pub.Add('funcmode:' || p_funcmode, 1);
2803: END IF;

Line 2800: cln_debug_pub.Add('itemkey:' || p_itemkey, 1);

2796: IF (l_debug_level_cln <= 1) THEN
2797: cln_debug_pub.Add('ENTERING OE_ORDER_IMPORT_WF.IS_OAG_OR_ROSETTANET',1);
2798: cln_debug_pub.Add('With the following parameters:', 1);
2799: cln_debug_pub.Add('itemtype:' || p_itemtype, 1);
2800: cln_debug_pub.Add('itemkey:' || p_itemkey, 1);
2801: cln_debug_pub.Add('actid:' || p_actid, 1);
2802: cln_debug_pub.Add('funcmode:' || p_funcmode, 1);
2803: END IF;
2804: -- End of CLN debugs

Line 2801: cln_debug_pub.Add('actid:' || p_actid, 1);

2797: cln_debug_pub.Add('ENTERING OE_ORDER_IMPORT_WF.IS_OAG_OR_ROSETTANET',1);
2798: cln_debug_pub.Add('With the following parameters:', 1);
2799: cln_debug_pub.Add('itemtype:' || p_itemtype, 1);
2800: cln_debug_pub.Add('itemkey:' || p_itemkey, 1);
2801: cln_debug_pub.Add('actid:' || p_actid, 1);
2802: cln_debug_pub.Add('funcmode:' || p_funcmode, 1);
2803: END IF;
2804: -- End of CLN debugs
2805:

Line 2802: cln_debug_pub.Add('funcmode:' || p_funcmode, 1);

2798: cln_debug_pub.Add('With the following parameters:', 1);
2799: cln_debug_pub.Add('itemtype:' || p_itemtype, 1);
2800: cln_debug_pub.Add('itemkey:' || p_itemkey, 1);
2801: cln_debug_pub.Add('actid:' || p_actid, 1);
2802: cln_debug_pub.Add('funcmode:' || p_funcmode, 1);
2803: END IF;
2804: -- End of CLN debugs
2805:
2806:

Line 2838: cln_debug_pub.Add('EXITING IS_OAG_OR_ROSETTANET Successfully', 2);

2834: oe_debug_pub.Add('EXITING IS_OAG_OR_ROSETTANET Successfully');
2835: END IF;
2836: -- Start of CLN debugs
2837: IF (l_debug_level_cln <= 2) THEN
2838: cln_debug_pub.Add('EXITING IS_OAG_OR_ROSETTANET Successfully', 2);
2839: END IF;
2840: -- End of CLN debugs
2841:
2842: Exception

Line 2862: cln_debug_pub.Add('Exception ' || ':' || l_error_code || ':' || l_error_msg, 1);

2858: oe_debug_pub.add( 'ERROR CODE : ' || l_error_code || ', ERROR MESSAGE : '||SUBSTR ( l_error_msg , 1 , 200 ) , 1 ) ;
2859: END IF;
2860: -- Start of CLN debugs
2861: IF (l_debug_level_cln <= 1) THEN
2862: cln_debug_pub.Add('Exception ' || ':' || l_error_code || ':' || l_error_msg, 1);
2863: cln_debug_pub.Add('Result out '|| p_x_result, 1);
2864: cln_debug_pub.Add('Exiting IS_OAG_OR_ROSETTANET with Error', 1);
2865: END IF;
2866: -- End of CLN debugs

Line 2863: cln_debug_pub.Add('Result out '|| p_x_result, 1);

2859: END IF;
2860: -- Start of CLN debugs
2861: IF (l_debug_level_cln <= 1) THEN
2862: cln_debug_pub.Add('Exception ' || ':' || l_error_code || ':' || l_error_msg, 1);
2863: cln_debug_pub.Add('Result out '|| p_x_result, 1);
2864: cln_debug_pub.Add('Exiting IS_OAG_OR_ROSETTANET with Error', 1);
2865: END IF;
2866: -- End of CLN debugs
2867:

Line 2864: cln_debug_pub.Add('Exiting IS_OAG_OR_ROSETTANET with Error', 1);

2860: -- Start of CLN debugs
2861: IF (l_debug_level_cln <= 1) THEN
2862: cln_debug_pub.Add('Exception ' || ':' || l_error_code || ':' || l_error_msg, 1);
2863: cln_debug_pub.Add('Result out '|| p_x_result, 1);
2864: cln_debug_pub.Add('Exiting IS_OAG_OR_ROSETTANET with Error', 1);
2865: END IF;
2866: -- End of CLN debugs
2867:
2868: RAISE;