DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_GE_DATE

Line 1586: l_batch_cutoff_dt := igs_ge_date.igsdate(p_batch_cutoff_dt);

1582: l_cal_type :=RTRIM(SUBSTR(p_fee_period ,1,10));
1583: l_sequence_number := TO_NUMBER(RTRIM(SUBSTR(p_fee_period,12)));
1584:
1585: --Converting the date parameter
1586: l_batch_cutoff_dt := igs_ge_date.igsdate(p_batch_cutoff_dt);
1587: l_batch_due_dt := igs_ge_date.igsdate(p_batch_due_dt);
1588:
1589: --Conversion of p_d_gl_date from VARCHAR2 data type to DATE data type.
1590: l_d_gl_date := igs_ge_date.igsdate(p_d_gl_date);

Line 1587: l_batch_due_dt := igs_ge_date.igsdate(p_batch_due_dt);

1583: l_sequence_number := TO_NUMBER(RTRIM(SUBSTR(p_fee_period,12)));
1584:
1585: --Converting the date parameter
1586: l_batch_cutoff_dt := igs_ge_date.igsdate(p_batch_cutoff_dt);
1587: l_batch_due_dt := igs_ge_date.igsdate(p_batch_due_dt);
1588:
1589: --Conversion of p_d_gl_date from VARCHAR2 data type to DATE data type.
1590: l_d_gl_date := igs_ge_date.igsdate(p_d_gl_date);
1591:

Line 1590: l_d_gl_date := igs_ge_date.igsdate(p_d_gl_date);

1586: l_batch_cutoff_dt := igs_ge_date.igsdate(p_batch_cutoff_dt);
1587: l_batch_due_dt := igs_ge_date.igsdate(p_batch_due_dt);
1588:
1589: --Conversion of p_d_gl_date from VARCHAR2 data type to DATE data type.
1590: l_d_gl_date := igs_ge_date.igsdate(p_d_gl_date);
1591:
1592: --Conversion of p_chg_crtn_dt from VARCHAR2 datatype to DATE data type.
1593: l_chg_crtn_dt := igs_ge_date.igsdate(p_chg_crtn_dt);
1594:

Line 1593: l_chg_crtn_dt := igs_ge_date.igsdate(p_chg_crtn_dt);

1589: --Conversion of p_d_gl_date from VARCHAR2 data type to DATE data type.
1590: l_d_gl_date := igs_ge_date.igsdate(p_d_gl_date);
1591:
1592: --Conversion of p_chg_crtn_dt from VARCHAR2 datatype to DATE data type.
1593: l_chg_crtn_dt := igs_ge_date.igsdate(p_chg_crtn_dt);
1594:
1595: OPEN cur_fee(l_cur_plan.fee_type,l_cal_type,l_sequence_number);
1596: FETCH cur_fee INTO l_cur_fee;
1597: CLOSE cur_fee;