DBA Data[Home] [Help]

APPS.PAY_MX_FORMAT_2D dependencies on PAY_MX_LEGISLATION_INFO_F

Line 589: from PAY_MX_LEGISLATION_INFO_F

585: ORDER BY effective_date DESC;
586:
587: CURSOR c_min_wage( cp_effective_date IN DATE ) IS
588: select legislation_info2
589: from PAY_MX_LEGISLATION_INFO_F
590: where LEGISLATION_INFO_TYPE = 'MX Minimum Wage Information'
591: and effective_start_date = cp_effective_date
592: and legislation_info1 = 'GMW';
593: