DBA Data[Home] [Help]

APPS.PO_WF_PO_ACCRUAL_ACC dependencies on WF_CORE

Line 62: wf_core.context('PO_WF_PO_ACCRUAL_ACC','destination_type',x_progress);

58: return;
59:
60: EXCEPTION
61: WHEN OTHERS THEN
62: wf_core.context('PO_WF_PO_ACCRUAL_ACC','destination_type',x_progress);
63: raise;
64: end destination_type;
65:
66: -- * ****************************************************************************** *

Line 187: wf_core.context('PO_WF_PO_ACCRUAL_ACC','AA_from_org',x_progress);

183: return;
184:
185: EXCEPTION
186: WHEN OTHERS THEN
187: wf_core.context('PO_WF_PO_ACCRUAL_ACC','AA_from_org',x_progress);
188: raise;
189: end AA_from_org;
190:
191: -- * ****************************************************************************** *

Line 297: wf_core.context('PO_WF_PO_ACCRUAL_ACC','AA_for_expense_item',x_progress);

293: RETURN;
294:
295: EXCEPTION
296: WHEN OTHERS THEN
297: wf_core.context('PO_WF_PO_ACCRUAL_ACC','AA_for_expense_item',x_progress);
298: raise;
299:
300: end AA_for_expense_item;
301:

Line 420: WF_CORE.context('PO_WF_PO_ACCRUAL_ACC', 'get_SPS_accrual_account',

416: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
417: 'PO_WF_PO_ACCRUAL_ACC.get_SPS_accrual_account EXCEPTION at '||
418: l_progress);
419: END IF;
420: WF_CORE.context('PO_WF_PO_ACCRUAL_ACC', 'get_SPS_accrual_account',
421: l_progress);
422: RAISE;
423: END get_SPS_accrual_account;
424:

Line 496: wf_core.CONTEXT('PO_WF_PO_ACCRUAL_ACC','FSIO_AA_for_expense_item',

492: result := wf_engine.eng_completed || ':' || wf_engine.eng_null;
493: RETURN;
494: EXCEPTION
495: WHEN OTHERS THEN
496: wf_core.CONTEXT('PO_WF_PO_ACCRUAL_ACC','FSIO_AA_for_expense_item',
497: x_progress);
498: END fsio_aa_for_expense_item;
499:
500: end PO_WF_PO_ACCRUAL_ACC;