DBA Data[Home] [Help]

APPS.PA_MASS_ASGMT_TRX dependencies on PA_DEBUG

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

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

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

1169: -- Included as per discussion with Rajnish : 4537865
1170: Wf_Core.Context('pa_mass_asgmt_trx','start_mass_asgmt_trx_wf',p_item_type,p_item_key,to_char(p_actid),p_funcmode);
1171:
1172: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'pa_mass_asgmt_trx.start_mass_asgmt_trx_wf'
1173: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1174: RAISE;
1175:
1176: END mass_asgmt_trx_wf;
1177: