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 184: wf_core.context('PO_WF_PO_ACCRUAL_ACC','AA_from_org',x_progress);

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

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

287: RETURN;
288:
289: EXCEPTION
290: WHEN OTHERS THEN
291: wf_core.context('PO_WF_PO_ACCRUAL_ACC','AA_for_expense_item',x_progress);
292: raise;
293:
294: end AA_for_expense_item;
295:

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

410: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,
411: 'PO_WF_PO_ACCRUAL_ACC.get_SPS_accrual_account EXCEPTION at '||
412: l_progress);
413: END IF;
414: WF_CORE.context('PO_WF_PO_ACCRUAL_ACC', 'get_SPS_accrual_account',
415: l_progress);
416: RAISE;
417: END get_SPS_accrual_account;
418: