DBA Data[Home] [Help]

APPS.IGS_EN_GEN_010 dependencies on IGS_CA_GEN_001

Line 2556: IGS_CA_GEN_001.calp_get_ci_dates(v_acaiu_rec.cal_type,

2552: p_message_name := v_message_name;
2553: END IF;
2554: -- continue with the next record
2555: ELSE -- enrp_val_sua_pre = TRUE
2556: IGS_CA_GEN_001.calp_get_ci_dates(v_acaiu_rec.cal_type,
2557: v_acaiu_rec.ci_sequence_number,
2558: v_ci_start_dt,
2559: v_ci_end_dt);
2560: -- Get the Uoo_Id, ptandon - Prevent Dropping Core Units build

Line 3054: IGS_CA_GEN_001.calp_get_ci_dates(

3050: l_uoo_id := TO_NUMBER(SUBSTR(l_enr_uoo_ids,0,INSTR(l_enr_uoo_ids,',',1)-1)) ;
3051: END IF;
3052:
3053:
3054: IGS_CA_GEN_001.calp_get_ci_dates(
3055: v_cal_type,
3056: v_cir_rec.sequence_number,
3057: v_ci_start_dt,
3058: v_ci_end_dt);

Line 4712: IGS_CA_GEN_001.calp_get_ci_dates(

4708: l_uoo_id := TO_NUMBER(SUBSTR(l_enr_uoo_ids,0,INSTR(l_enr_uoo_ids,',',1)-1)) ;
4709: END IF;
4710:
4711:
4712: IGS_CA_GEN_001.calp_get_ci_dates(
4713: v_cal_type,
4714: v_cir_rec.sequence_number,
4715: v_ci_start_dt,
4716: v_ci_end_dt);