DBA Data[Home] [Help]

APPS.IPA_APIS dependencies on FND_MESSAGE

Line 637: fnd_message.set_name ('PA','PA_CP_WRN_INVALID_DPIS' );

633: 'ORA-'||to_char(result) ) ;
634:
635: elsif result = 0 then
636: warning_msg := '';
637: fnd_message.set_name ('PA','PA_CP_WRN_INVALID_DPIS' );
638: warning_msg := 'Error:'|| fnd_message.get;
639:
640: INSERT INTO ipa_apis_interface_errors
641: ( INTERFACE_ID ,

Line 638: warning_msg := 'Error:'|| fnd_message.get;

634:
635: elsif result = 0 then
636: warning_msg := '';
637: fnd_message.set_name ('PA','PA_CP_WRN_INVALID_DPIS' );
638: warning_msg := 'Error:'|| fnd_message.get;
639:
640: INSERT INTO ipa_apis_interface_errors
641: ( INTERFACE_ID ,
642: PROJECT_ID ,