DBA Data[Home] [Help]

APPS.IGF_AP_GEN dependencies on APP_EXCEPTION

Line 708: app_exception.raise_exception;

704: WHEN OTHERS THEN
705: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
706: fnd_message.set_token('NAME','IGF_AP_GEN.GET_CUMULATIVE_COA_AMT'||SQLERRM);
707: igs_ge_msg_stack.add;
708: app_exception.raise_exception;
709: END get_cumulative_coa_amt ;
710:
711:
712: FUNCTION get_individual_coa_amt(

Line 760: app_exception.raise_exception;

756: WHEN OTHERS THEN
757: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
758: fnd_message.set_token('NAME','IGF_AP_GEN.GET_INDIVIDUAL_COA_AMT'||SQLERRM);
759: igs_ge_msg_stack.add;
760: app_exception.raise_exception;
761:
762: END get_individual_coa_amt;
763:
764: PROCEDURE update_preflend_todo_status ( p_person_id IN igf_ap_fa_base_rec_all.person_id%TYPE,

Line 842: app_exception.raise_exception;

838: p_return_status := 'F';
839: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
840: fnd_message.set_token('NAME','IGF_AP_GEN.UPDATE_PREFLEND_TODO_STATUS'||SQLERRM);
841: igs_ge_msg_stack.add;
842: app_exception.raise_exception;
843:
844: END update_preflend_todo_status;
845:
846: PROCEDURE update_td_status(

Line 1040: app_exception.raise_exception;

1036: p_return_status := 'F';
1037: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
1038: fnd_message.set_token('NAME','IGF_AP_GEN.UPDATE_TD_STATUS'||SQLERRM);
1039: igs_ge_msg_stack.add;
1040: app_exception.raise_exception;
1041:
1042: END update_td_status;
1043:
1044: END igf_ap_gen;