DBA Data[Home] [Help]

APPS.CLN_PO_CHG_ORDER_STATUS dependencies on WF_ENGINE

Line 1195: l_status := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'STATUS');

1191: END IF;
1192: IF (l_Debug_Level <= 1) THEN
1193: cln_debug_pub.Add('Parameters:', 1);
1194: END IF;
1195: l_status := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'STATUS');
1196: IF (l_Debug_Level <= 1) THEN
1197: cln_debug_pub.Add('l_status:' || l_status, 1);
1198: END IF;
1199: l_description := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'DESCRIPTION');

Line 1199: l_description := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'DESCRIPTION');

1195: l_status := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'STATUS');
1196: IF (l_Debug_Level <= 1) THEN
1197: cln_debug_pub.Add('l_status:' || l_status, 1);
1198: END IF;
1199: l_description := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'DESCRIPTION');
1200: IF (l_Debug_Level <= 1) THEN
1201: cln_debug_pub.Add('l_description:' || l_description, 1);
1202: END IF;
1203: l_so_status := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'SOSTATUS');

Line 1203: l_so_status := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'SOSTATUS');

1199: l_description := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'DESCRIPTION');
1200: IF (l_Debug_Level <= 1) THEN
1201: cln_debug_pub.Add('l_description:' || l_description, 1);
1202: END IF;
1203: l_so_status := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'SOSTATUS');
1204: IF (l_Debug_Level <= 1) THEN
1205: cln_debug_pub.Add('l_so_status:' || l_so_status, 1);
1206: END IF;
1207: l_order_line_closed := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'OLINECLOSED');

Line 1207: l_order_line_closed := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'OLINECLOSED');

1203: l_so_status := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'SOSTATUS');
1204: IF (l_Debug_Level <= 1) THEN
1205: cln_debug_pub.Add('l_so_status:' || l_so_status, 1);
1206: END IF;
1207: l_order_line_closed := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'OLINECLOSED');
1208: IF (l_Debug_Level <= 1) THEN
1209: cln_debug_pub.Add('l_order_line_closed:' || l_order_line_closed, 1);
1210: END IF;
1211: l_trp_id := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'TPID');

Line 1211: l_trp_id := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'TPID');

1207: l_order_line_closed := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'OLINECLOSED');
1208: IF (l_Debug_Level <= 1) THEN
1209: cln_debug_pub.Add('l_order_line_closed:' || l_order_line_closed, 1);
1210: END IF;
1211: l_trp_id := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'TPID');
1212: IF (l_Debug_Level <= 1) THEN
1213: cln_debug_pub.Add('l_tp_id:' || l_trp_id, 1);
1214: END IF;
1215: l_app_ref_id := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'INTCRTLNO');

Line 1215: l_app_ref_id := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'INTCRTLNO');

1211: l_trp_id := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'TPID');
1212: IF (l_Debug_Level <= 1) THEN
1213: cln_debug_pub.Add('l_tp_id:' || l_trp_id, 1);
1214: END IF;
1215: l_app_ref_id := wf_engine.GetActivityAttrText(p_itemtype, p_itemkey, p_actid, 'INTCRTLNO');
1216: l_app_ref_id := '3A6:' || l_app_ref_id;
1217: IF (l_Debug_Level <= 1) THEN
1218: cln_debug_pub.Add('l_app_ref_id:' || l_app_ref_id, 1);
1219: END IF;