DBA Data[Home] [Help]

APPS.IGS_FI_PAYMENT_PLANS dependencies on IGS_GE_DATE

Line 638: l_d_start_date := TRUNC(igs_ge_date.igsdate(p_v_start_date));

634: errbuf := NULL;
635:
636: --Parameter p_v_start_date is of type VARCHAR2, converting and truncating the same.
637: IF p_v_start_date IS NOT NULL THEN
638: l_d_start_date := TRUNC(igs_ge_date.igsdate(p_v_start_date));
639: END IF;
640:
641: --Log the input parameters.
642: fnd_message.set_name('IGS','IGS_FI_ANC_LOG_PARM');