DBA Data[Home] [Help]

APPS.IGS_FI_PRC_SP_FEES dependencies on IGS_FI_GEN_001

Line 1380: IF NOT igs_fi_gen_001.finp_get_lfci_reln ( p_cal_type => l_c_get_todo_ref_recs.cal_type,

1376: l_b_rel_exists := TRUE;
1377: IF (p_v_fee_cal_type IS NULL) OR (p_n_fee_ci_seq_number IS NULL ) THEN
1378: -- To Check Whether One To One Relation
1379: -- The Function Will Return False When No Relation Is Found
1380: IF NOT igs_fi_gen_001.finp_get_lfci_reln ( p_cal_type => l_c_get_todo_ref_recs.cal_type,
1381: p_ci_sequence_number => l_c_get_todo_ref_recs.ci_sequence_number,
1382: p_cal_category => 'LOAD',
1383: p_ret_cal_type => l_v_fee_cal_type,
1384: p_ret_ci_sequence_number => l_n_fee_ci_sequence_number,

Line 1396: END IF ; --igs_fi_gen_001

1392: p_v_fee_period =>NULL,
1393: p_uooid =>l_c_get_todo_ref_recs.uoo_id,
1394: p_v_message_name =>l_message_name);
1395: END IF;
1396: END IF ; --igs_fi_gen_001
1397:
1398: -- Before processing, obtain a lock in table IGS_FI_SPA_FEE_PRDS for the given Person-Course-Fee Period.
1399: -- if fee period is not provided
1400: IF NOT fisp_lock_records (p_n_person_id => l_c_get_todo_ref_recs.person_id,