DBA Data[Home] [Help]

APPS.IGR_GEN_001 dependencies on IGS_GE_DATE

Line 75: p_enquiry_dt_high := IGS_GE_DATE.IGSDATE(p_inq_date_high);

71: igs_ge_gen_003.set_org_id(null);
72:
73: retcode := 0;
74: --Converted the variables from VARCHAR2 to DATE
75: p_enquiry_dt_high := IGS_GE_DATE.IGSDATE(p_inq_date_high);
76: p_enquiry_dt_low := IGS_GE_DATE.IGSDATE(p_inq_date_low);
77:
78: -- To check whether the Entered High date is smaller than Entered Low Date
79: -- And if yes stop the Processing.

Line 76: p_enquiry_dt_low := IGS_GE_DATE.IGSDATE(p_inq_date_low);

72:
73: retcode := 0;
74: --Converted the variables from VARCHAR2 to DATE
75: p_enquiry_dt_high := IGS_GE_DATE.IGSDATE(p_inq_date_high);
76: p_enquiry_dt_low := IGS_GE_DATE.IGSDATE(p_inq_date_low);
77:
78: -- To check whether the Entered High date is smaller than Entered Low Date
79: -- And if yes stop the Processing.
80: IF p_enquiry_dt_high < p_enquiry_dt_low THEN