DBA Data[Home] [Help]

APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_GEN_001

Line 951: IF NOT igs_fi_gen_001.finp_get_lfci_reln( p_rec_disb.ld_cal_type,

947: -- relation defined between a Fee and Load Calendars then Log an error and exit out NOCOPY of the Process
948: -- If there is a relation defined then the OUT NOCOPY parameters l_fee_cal_type, l_fee_ci_seq will have
949: -- the Fee Period Instance
950: IF l_status = 'S' THEN
951: IF NOT igs_fi_gen_001.finp_get_lfci_reln( p_rec_disb.ld_cal_type,
952: p_rec_disb.ld_sequence_number,
953: 'LOAD',
954: l_fee_cal_type,
955: l_fee_ci_sequence_number,

Line 1544: IF (igs_fi_gen_001.finp_chk_lfci_reln( l_ld_cal_type,

1540:
1541: IF p_term_calendar IS NOT NULL THEN
1542: -- Start of modification Enh#2191470
1543: -- If the Load Calendar instance is passed then check whether a relation exists with the Fee Cal
1544: IF (igs_fi_gen_001.finp_chk_lfci_reln( l_ld_cal_type,
1545: l_ld_sequence_number,
1546: 'LOAD')= 'FALSE') THEN
1547: fnd_message.set_name('IGS','IGS_FI_NO_RELN_EXISTS');
1548: fnd_file.put_line(fnd_file.log,fnd_message.get);