DBA Data[Home] [Help]

APPS.IPA_APIS dependencies on FND_MESSAGE

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

615: 'ORA-'||to_char(result) ) ;
616:
617: elsif result = 0 then
618: warning_msg := '';
619: fnd_message.set_name ('PA','PA_CP_WRN_INVALID_DPIS' );
620: warning_msg := 'Error:'|| fnd_message.get;
621:
622: INSERT INTO ipa_apis_interface_errors
623: ( INTERFACE_ID ,

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

616:
617: elsif result = 0 then
618: warning_msg := '';
619: fnd_message.set_name ('PA','PA_CP_WRN_INVALID_DPIS' );
620: warning_msg := 'Error:'|| fnd_message.get;
621:
622: INSERT INTO ipa_apis_interface_errors
623: ( INTERFACE_ID ,
624: PROJECT_ID ,