DBA Data[Home] [Help]

APPS.XTR_IG_TRANSFERS_PKG dependencies on FND_MSG_PUB

Line 72: fnd_msg_pub.add;

68: -- 3800146 Modified for ZBA and CL ******************************************************************************
69: --*****************************************************************************************************************
70: -- Populate message to stack for CE to retrieve
71: if nvl(G_Ig_External_Source,'@@@') in (C_ZBA, C_CL) then
72: fnd_msg_pub.add;
73: --dbms_output.put_line('imig Error = '|| p_error_code||' : '||p_field_name);
74: else
75: APP_EXCEPTION.raise_exception;
76: end if;