DBA Data[Home] [Help]

APPS.IGS_FI_PRC_REFUNDS dependencies on IGS_FI_GEN_APINT

Line 346: IF NOT (igs_fi_gen_apint.chk_liability_acc(p_n_ccid => rec_c_refund_cr_glccid.refund_cr_gl_ccid)) THEN

342: -- if refund_cr_gl_ccid is set in System Options form, check if refund_cr_gl_ccid passed is of type Liability.
343: IF rec_c_refund_cr_glccid.refund_cr_gl_ccid IS NOT NULL THEN
344: -- if the function to check validity of Liability Account returns false
345: -- return the status to flase and set the error message
346: IF NOT (igs_fi_gen_apint.chk_liability_acc(p_n_ccid => rec_c_refund_cr_glccid.refund_cr_gl_ccid)) THEN
347: p_status := FALSE;
348: p_err_message := 'IGS_FI_INV_ACC_LIABL';
349: RETURN;
350: END IF;

Line 974: IF NOT (igs_fi_gen_apint.chk_liability_acc(p_n_ccid => rec_c_refund_cr_glccid.refund_cr_gl_ccid)) THEN

970:
971: IF rec_c_refund_cr_glccid.refund_cr_gl_ccid IS NOT NULL THEN
972: -- if the function to check validity of Liability Account CCID combination returns false
973: -- log the message and errors out
974: IF NOT (igs_fi_gen_apint.chk_liability_acc(p_n_ccid => rec_c_refund_cr_glccid.refund_cr_gl_ccid)) THEN
975: fnd_message.set_name('IGS','IGS_FI_INV_ACC_LIABL');
976: fnd_file.put_line(fnd_file.log,fnd_message.get);
977: l_val_parameters := FALSE;
978: END IF;