DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on STANDARD

Line 8610: -- usual api standards.

8606: -- Choose the extend of the entry to supply
8607: -- the validation start and end dates.
8608: -- This was added as a fix for bug 1862422
8609: -- to bring the validation into line with the
8610: -- usual api standards.
8611: select min(pee.effective_start_date),
8612: max(pee.effective_end_date)
8613: into v_validation_start_date,
8614: v_validation_end_date