DBA Data[Home] [Help]

APPS.IGF_SL_CL_CHG_FILE dependencies on IGS_GE_MSG_STACK

Line 647: igs_ge_msg_stack.add;

643: l_n_ctr_recip := NVL(l_n_ctr_recip,0) + 1;
644: IF l_n_request_id = 0 THEN
645: -- On Failure of Concurrent Request
646: fnd_message.set_name('IGF','IGF_SL_CL_ORIG_REQ_FAIL');
647: igs_ge_msg_stack.add;
648: log_to_fnd(p_v_module => 'create_file',
649: p_v_string => 'Concurrent request failed for relationship code '||rec_c_recip_dtls.relationship_cd
650: );
651: app_exception.raise_exception;

Line 669: igs_ge_msg_stack.conc_exception_hndl;

665: p_v_string => ' when others exception handler '||SQLERRM
666: );
667: retcode := 2;
668: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION') || ' : ' || SQLERRM;
669: igs_ge_msg_stack.conc_exception_hndl;
670: END create_file;
671:
672: PROCEDURE log_to_fnd ( p_v_module IN VARCHAR2,
673: p_v_string IN VARCHAR2

Line 2930: igs_ge_msg_stack.conc_exception_hndl;

2926: p_v_string => ' when others exception handler ' ||SQLERRM
2927: );
2928: retcode := 2;
2929: errbuf := fnd_message.get_string('IGS','IGS_GE_UNHANDLED_EXCEPTION') || ' : ' || SQLERRM;
2930: igs_ge_msg_stack.conc_exception_hndl;
2931: END sub_create_file;
2932:
2933: PROCEDURE proc_update_clchsn_dtls_rec(p_v_loan_number IN igf_sl_loans.loan_number%TYPE ,
2934: p_v_change_record_typ IN igf_sl_clchsn_dtls.change_record_type_txt%TYPE ,