DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_WF dependencies on CLN_DEBUG_PUB

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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