DBA Data[Home] [Help]

APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT dependencies on PO_WF_DEBUG_PKG

Line 185: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);

181: */
182:
183: x_progress := 'ITEM KEY FOR REQ ACCOUNT:' || WF_ItemKey;
184: IF (g_po_wf_debug = 'Y') THEN
185: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);
186: END IF;
187:
188: IF ( ItemType is not NULL ) AND ( WF_ItemKey is not NULL) THEN
189: -- Initialize workflow item attributes

Line 200: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);

196:
197: x_progress := 'Calling pa_acc_gen_wf_pkg.wf_acc_derive_params with project_id:' ||
198: to_char(x_project_id);
199: IF (g_po_wf_debug = 'Y') THEN
200: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);
201: END IF;
202:
203: pa_acc_gen_wf_pkg.wf_acc_derive_params (p_project_id => x_project_id,
204: p_task_id => x_task_id,

Line 898: PO_WF_DEBUG_PKG.insert_debug(itemtype,

894: aname => 'UNIT_PRICE',
895: avalue => p_unit_price);
896:
897: IF (g_po_wf_debug = 'Y') THEN
898: PO_WF_DEBUG_PKG.insert_debug(itemtype,
899: wf_itemkey,
900: 'Set WF item UNIT_PRICE to ' ||
901: PO_WF_UTIL_PKG.GetItemAttrNumber (
902: itemtype => itemtype,

Line 917: PO_WF_DEBUG_PKG.insert_debug(itemtype, wf_itemkey,

913: aname => 'BLANKET_PO_LINE_NUM',
914: avalue => p_blanket_po_line_num);
915:
916: IF (g_po_wf_debug = 'Y') THEN
917: PO_WF_DEBUG_PKG.insert_debug(itemtype, wf_itemkey,
918: 'Set WF item BLANKET_PO_LINE_NUM to ' ||
919: PO_WF_UTIL_PKG.GetItemAttrNumber(
920: itemtype => itemtype,
921: itemkey => wf_itemkey,

Line 933: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);

929: if x_code_combination_id is null then
930:
931: x_progress := 'FND_FLEX_WORKFLOW.GENERATE: Before call';
932: IF (g_po_wf_debug = 'Y') THEN
933: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);
934: END IF;
935:
936: /* If (debug_acc_generator_wf) then dbms_output.put_line ('Calling generate to build Charge Account'); end if;
937: */

Line 968: PO_WF_DEBUG_PKG.insert_debug(itemtype,wf_itemkey,'Exception when completing WF' || Wf_Itemkey);

964: wf_engine.CompleteActivity(itemtype, wf_itemkey, 'BLOCK_BUDGET_ACC_GENERATION', 'FAILURE');
965: exception
966: when others then
967: IF (g_po_wf_debug = 'Y') THEN
968: PO_WF_DEBUG_PKG.insert_debug(itemtype,wf_itemkey,'Exception when completing WF' || Wf_Itemkey);
969: END IF;
970: -- DBMS_OUTPUT.put_line ('Exception completing blocked WF');
971: end;
972: end if;

Line 987: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);

983:
984: x_progress := 'ccid:' || to_char(ccid) || ' concat_segs:' || concat_segs || ' concat_ids:' || concat_ids ||
985: ' concat_descrs:' || concat_descrs || ' FB_ERROR_MSG:' || FB_ERROR_MSG;
986: IF (g_po_wf_debug = 'Y') THEN
987: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);
988: END IF;
989:
990: x_code_combination_id := ccid;
991: x_charge_account_flex := concat_segs;