DBA Data[Home] [Help]

APPS.PAY_FR_MIGRATE_TIME_ANALYSIS dependencies on STANDARD

Line 103: Identify employees with no data entered in the Working Hours and Frequency fields on the Standard Conditions Tab.

99: l_fixed_time := 'N';
100: l_frequency := 'NA';
101: l_units := 'NA';
102: /*
103: Identify employees with no data entered in the Working Hours and Frequency fields on the Standard Conditions Tab.
104: Set the new Fixed Working Time field to "No" for these employees and produce a listing of the employees that this has been done to.
105: */
106: -- Check to see if the program has already been run for this business group
107: OPEN csr_migr_script_run;