DBA Data[Home] [Help]

APPS.PO_WF_PO_FLEXBUILDER_UPGRADE dependencies on WF_CORE

Line 128: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','charge_account',x_progress);

124: end if;
125:
126: EXCEPTION
127: WHEN OTHERS THEN
128: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','charge_account',x_progress);
129: raise;
130:
131: END charge_account;
132:

Line 204: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','budget_account',x_progress);

200: end if;
201:
202: EXCEPTION
203: WHEN OTHERS THEN
204: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','budget_account',x_progress);
205: raise;
206:
207: END budget_account;
208:

Line 280: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','variance_account',x_progress);

276: end if;
277:
278: EXCEPTION
279: WHEN OTHERS THEN
280: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','variance_account',x_progress);
281: raise;
282:
283: END variance_account;
284:

Line 356: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','accrual_account',x_progress);

352: end if;
353:
354: EXCEPTION
355: WHEN OTHERS THEN
356: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','accrual_account',x_progress);
357: raise;
358:
359: END accrual_account;
360:

Line 1016: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','po_build_account',x_progress);

1012: return x_result_flag;
1013:
1014: exception
1015: when others then
1016: wf_core.context('PO_WF_PO_FLEXBUILDER_UPGRADE','po_build_account',x_progress);
1017: IF (g_po_wf_debug = 'Y') THEN
1018: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,'EXCEPTION raised in po_build_account procedure');
1019: END IF;
1020: raise;