DBA Data[Home] [Help]

APPS.PER_COBRA_ECI dependencies on FND_DATE

Line 1466: -- fnd_date.canonical_to_date to fnd_date.chardate_to_date. Fix for bug#4599753

1462: IF ( p_old_first_payment_due_date IS NOT NULL AND
1463: p_first_payment_due_date IS NOT NULL ) THEN
1464:
1465: -- Modified the validation date conversion function from
1466: -- fnd_date.canonical_to_date to fnd_date.chardate_to_date. Fix for bug#4599753
1467: IF ( fnd_date.chardate_to_date(p_old_first_payment_due_date) <> p_first_payment_due_date )
1468: THEN
1469: hr_cobra_ins_schedule( p_business_group_id,
1470: p_cobra_coverage_enrollment_id,

Line 1467: IF ( fnd_date.chardate_to_date(p_old_first_payment_due_date) <> p_first_payment_due_date )

1463: p_first_payment_due_date IS NOT NULL ) THEN
1464:
1465: -- Modified the validation date conversion function from
1466: -- fnd_date.canonical_to_date to fnd_date.chardate_to_date. Fix for bug#4599753
1467: IF ( fnd_date.chardate_to_date(p_old_first_payment_due_date) <> p_first_payment_due_date )
1468: THEN
1469: hr_cobra_ins_schedule( p_business_group_id,
1470: p_cobra_coverage_enrollment_id,
1471: p_event_coverage,