DBA Data[Home] [Help]

APPS.PAY_ZA_CALENDARS_PKG dependencies on PER_TIME_PERIOD_TYPES

Line 813: -- 6. Get the number of periods in the year from per_time_period_types.

809: -- End. Use the closest Payroll Month End as the first Employee Tax Year End.
810: -- 4. Update all the periods up to the end of this Payroll Month End with the
811: -- first Tax Year.
812: -- 5. Default the Tax Year for the rest of the periods:
813: -- 6. Get the number of periods in the year from per_time_period_types.
814: -- 7. Loop through all the remaining periods.
815: -- 8. Jump forward by the amount of periods in the year, and keep moving
816: -- forward until you find the last period in that Month End. Update the
817: -- periods in between to the next Tax year.

Line 1047: per_time_period_types

1043: number_per_fiscal_year
1044: into
1045: l_no_periods
1046: from
1047: per_time_period_types
1048: where
1049: period_type = p_proc_period_type;
1050:
1051: exception

Line 1153: -- 6. Get the number of periods in the year from per_time_period_types.

1149: -- End. Use the closest Payroll Month End as the first Employee Cal Year End.
1150: -- 4. Update all the periods up to the end of this Payroll Month End with the
1151: -- first Cal Year.
1152: -- 5. Default the Cal Year for the rest of the periods:
1153: -- 6. Get the number of periods in the year from per_time_period_types.
1154: -- 7. Loop through all the remaining periods.
1155: -- 8. Jump forward by the amount of periods in the year, and keep moving
1156: -- forward until you find the last period in that Month End. Update the
1157: -- periods in between to the next Cal year.

Line 1367: per_time_period_types

1363: number_per_fiscal_year
1364: into
1365: l_no_periods
1366: from
1367: per_time_period_types
1368: where
1369: period_type = p_proc_period_type;
1370:
1371: exception