DBA Data[Home] [Help]

APPS.BOM_EXPLODER_PUB dependencies on FND_MSG_PUB

Line 2402: Fnd_Msg_Pub.Build_Exc_Msg(

2398: END IF;
2399:
2400: EXCEPTION WHEN OTHERS THEN
2401: error_code := SQLCODE;
2402: Fnd_Msg_Pub.Build_Exc_Msg(
2403: p_pkg_name => 'BOM_EXPLODER_PUB',
2404: p_procedure_name => 'BOM_EXPLODER',
2405: p_error_text => SQLERRM);
2406: err_msg := Fnd_Message.Get_Encoded;

Line 4264: Fnd_Msg_Pub.Build_Exc_Msg(

4260: rollback;
4261: END IF;
4262: error_code := -1;
4263: err_msg := 'parameter error';
4264: Fnd_Msg_Pub.Build_Exc_Msg(
4265: p_pkg_name => 'BOM_EXPLODER_PUB',
4266: p_procedure_name => 'exploder_userexit',
4267: p_error_text => 'verify parameters');
4268: err_msg := Fnd_Message.Get_Encoded;

Line 4282: Fnd_Msg_Pub.Build_Exc_Msg(

4278: IF p_autonomous_transaction = 1 THEN
4279: rollback;
4280: END IF;
4281: error_code := SQLCODE;
4282: Fnd_Msg_Pub.Build_Exc_Msg(
4283: p_pkg_name => 'BOM_EXPLODER_PUB',
4284: p_procedure_name => 'exploder_userexit',
4285: p_error_text => SQLERRM);
4286: err_msg := Fnd_Message.Get_Encoded;