DBA Data[Home] [Help]

APPS.IGS_FI_VAL_FTCI dependencies on IGS_FI_GEN_001

Line 384: -- Parameter to the function igs_fi_gen_001.finp_get_lfci_reln,

380: ci.CAL_TYPE = ct.CAL_TYPE AND
381: ci.CAL_STATUS = cs.CAL_STATUS;
382:
383: -- Start of Modifications Enh# 2187247
384: -- Parameter to the function igs_fi_gen_001.finp_get_lfci_reln,
385: -- suggesting the input parameters are of FEE Calendar Category
386: -- OUT NOCOPY parameters are of LOAD Calendar Category
387: cst_fee CONSTANT igs_ca_type.s_cal_cat%TYPE :='FEE';
388:

Line 484: IF (igs_fi_gen_001.finp_get_lfci_reln( p_fee_cal_type,

480: END IF;
481:
482: -- Start of Modifications Enh# 2187247
483: -- Get the Related Load Calendar Instance for the Fee Calendar Instance
484: IF (igs_fi_gen_001.finp_get_lfci_reln( p_fee_cal_type,
485: p_fee_ci_sequence_number,
486: cst_fee,
487: l_c_load_cal_type,
488: l_n_load_seq_num,