DBA Data[Home] [Help]

APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT dependencies on PO_WF_DEBUG_PKG

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

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

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

191:
192: x_progress := 'Calling pa_acc_gen_wf_pkg.wf_acc_derive_params with project_id:' ||
193: to_char(x_project_id);
194: IF (g_po_wf_debug = 'Y') THEN
195: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);
196: END IF;
197:
198: pa_acc_gen_wf_pkg.wf_acc_derive_params (p_project_id => x_project_id,
199: p_task_id => x_task_id,

Line 880: PO_WF_DEBUG_PKG.insert_debug(itemtype,

876: aname => 'UNIT_PRICE',
877: avalue => p_unit_price);
878:
879: IF (g_po_wf_debug = 'Y') THEN
880: PO_WF_DEBUG_PKG.insert_debug(itemtype,
881: wf_itemkey,
882: 'Set WF item UNIT_PRICE to ' ||
883: PO_WF_UTIL_PKG.GetItemAttrNumber (
884: itemtype => itemtype,

Line 899: PO_WF_DEBUG_PKG.insert_debug(itemtype, wf_itemkey,

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

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

911: if x_code_combination_id is null then
912:
913: x_progress := 'FND_FLEX_WORKFLOW.GENERATE: Before call';
914: IF (g_po_wf_debug = 'Y') THEN
915: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);
916: END IF;
917:
918: /* If (debug_acc_generator_wf) then dbms_output.put_line ('Calling generate to build Charge Account'); end if;
919: */

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

946: wf_engine.CompleteActivity(itemtype, wf_itemkey, 'BLOCK_BUDGET_ACC_GENERATION', 'FAILURE');
947: exception
948: when others then
949: IF (g_po_wf_debug = 'Y') THEN
950: PO_WF_DEBUG_PKG.insert_debug(itemtype,wf_itemkey,'Exception when completing WF' || Wf_Itemkey);
951: END IF;
952: -- DBMS_OUTPUT.put_line ('Exception completing blocked WF');
953: end;
954: end if;

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

965:
966: x_progress := 'ccid:' || to_char(ccid) || ' concat_segs:' || concat_segs || ' concat_ids:' || concat_ids ||
967: ' concat_descrs:' || concat_descrs || ' FB_ERROR_MSG:' || FB_ERROR_MSG;
968: IF (g_po_wf_debug = 'Y') THEN
969: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);
970: END IF;
971:
972: x_code_combination_id := ccid;
973: x_charge_account_flex := concat_segs;