DBA Data[Home] [Help]

APPS.IGS_AD_APP_REQ_PKG dependencies on IGS_FI_COM_REC_INTERFACE

Line 215: igs_fi_com_rec_interface.chk_manage_account( l_manage_acc, l_message_name);

211:
212: -- NSINHA 05-June-03 correctled the 'ENROLL_DEPOSIT' with 'PAID' and 'PARTIAL' fee status.
213: IF igs_ad_gen_002.valid_ofr_resp_status(new_references.person_id,new_references.admission_appl_number) THEN
214: -- NSINHA 05-June-03 Enh# 2860854 Enh for 'sf commercial payables integration'
215: igs_fi_com_rec_interface.chk_manage_account( l_manage_acc, l_message_name);
216: -- If manage_Accounts is STUDENT_FINANCE
217: IF (l_manage_acc = 'STUDENT_FINANCE') THEN
218: -- DO NOT Allow Manual creation of Enrollment Deposit record with Application Fee Status mapped to system status of Partial or Paid.
219: IF NVL(p_inserting,FALSE) AND l_fee_type = 'ENROLL_DEPOSIT' AND l_fee_status IN ('PAID','PARTIAL') THEN