DBA Data[Home] [Help]

APPS.BOM_EXPLODER_PUB dependencies on FND_MSG_PUB

Line 2321: Fnd_Msg_Pub.Build_Exc_Msg(

2317: END IF;
2318:
2319: EXCEPTION WHEN OTHERS THEN
2320: error_code := SQLCODE;
2321: Fnd_Msg_Pub.Build_Exc_Msg(
2322: p_pkg_name => 'BOM_EXPLODER_PUB',
2323: p_procedure_name => 'BOM_EXPLODER',
2324: p_error_text => SQLERRM);
2325: err_msg := Fnd_Message.Get_Encoded;

Line 4124: Fnd_Msg_Pub.Build_Exc_Msg(

4120: rollback;
4121: END IF;
4122: error_code := -1;
4123: err_msg := 'parameter error';
4124: Fnd_Msg_Pub.Build_Exc_Msg(
4125: p_pkg_name => 'BOM_EXPLODER_PUB',
4126: p_procedure_name => 'exploder_userexit',
4127: p_error_text => 'verify parameters');
4128: err_msg := Fnd_Message.Get_Encoded;

Line 4142: Fnd_Msg_Pub.Build_Exc_Msg(

4138: IF p_autonomous_transaction = 1 THEN
4139: rollback;
4140: END IF;
4141: error_code := SQLCODE;
4142: Fnd_Msg_Pub.Build_Exc_Msg(
4143: p_pkg_name => 'BOM_EXPLODER_PUB',
4144: p_procedure_name => 'exploder_userexit',
4145: p_error_text => SQLERRM);
4146: err_msg := Fnd_Message.Get_Encoded;