DBA Data[Home] [Help]

APPS.PA_BUDGET_INTG_WF dependencies on WF_CORE

Line 420: -- moved the WF_CORE code to end

416: -- Made changes to gracefully handle ORA
417: -- error conditions and alert the user via
418: -- notification:
419: -- 1) For exception processing,
420: -- moved the WF_CORE code to end
421: -- of code.
422: --
423: -- 14-JUL-05 jwhite -R12 MOAC Effort
424: -- Added call to the new Set_Prj_Policy_Context to enforce

Line 855: WF_CORE.CONTEXT

851: --pa_fck_util.debug_msg('PAWFBUIB: END PA_BUDGET_INTG_WF.Process_Bgt_Intg');
852:
853: EXCEPTION
854: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN -- R12 MOAC: Added unexpected error exception
855: WF_CORE.CONTEXT
856: ('PA_BUDGET_INTG_MP',
857: 'Process_Bgt_Intg',
858: itemtype,
859: itemkey,

Line 870: WF_CORE.CONTEXT

866: , x_msg_count => l_msg_count2
867: , x_msg_data => l_msg_data2
868: , x_return_status => l_return_status2
869: );
870: WF_CORE.CONTEXT
871: ('PA_BUDGET_INTG_MP',
872: 'Process_Bgt_Intg',
873: itemtype,
874: itemkey,