DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on STANDARD

Line 8580: -- usual api standards.

8576: -- Choose the extend of the entry to supply
8577: -- the validation start and end dates.
8578: -- This was added as a fix for bug 1862422
8579: -- to bring the validation into line with the
8580: -- usual api standards.
8581: select min(pee.effective_start_date),
8582: max(pee.effective_end_date)
8583: into v_validation_start_date,
8584: v_validation_end_date