DBA Data[Home] [Help]

APPS.PA_MASS_ASGMT_TRX dependencies on PA_DEBUG

Line 754: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

750: wf_engine.threshold := l_save_threshold;
751:
752: -- Set the excetption Message and the stack
753: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'pa_mass_asgmt_trx.start_mass_asgmt_trx_wf'
754: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
755: --
756: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
757: RAISE;
758:

Line 1230: ,p_procedure_name => PA_DEBUG.G_Err_Stack );

1226: -- Included as per discussion with Rajnish : 4537865
1227: Wf_Core.Context('pa_mass_asgmt_trx','start_mass_asgmt_trx_wf',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
1228:
1229: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'pa_mass_asgmt_trx.start_mass_asgmt_trx_wf'
1230: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1231: RAISE;
1232:
1233: END mass_asgmt_trx_wf;
1234: