DBA Data[Home] [Help]

APPS.BOMPEXPL dependencies on FND_MSG_PUB

Line 1182: Fnd_Msg_Pub.Build_Exc_Msg(

1178: END IF;
1179:
1180: EXCEPTION WHEN OTHERS THEN
1181: error_code := SQLCODE;
1182: Fnd_Msg_Pub.Build_Exc_Msg(
1183: p_pkg_name => 'BOMPEXPL',
1184: p_procedure_name => 'BOM_EXPLODER',
1185: p_error_text => SQLERRM);
1186: err_msg := Fnd_Message.Get_Encoded;