DBA Data[Home] [Help]

APPS.HR_PAYROLLS dependencies on PER_TIME_PERIODS_S

Line 19: g_reset_period_start_date per_time_periods.start_date%type;

15: -- Warning variables used by the form
16: g_weeks_reset_warn BOOLEAN := FALSE;
17: g_end_date_changed_warn BOOLEAN := FALSE;
18: g_no_of_weeks_reset NUMBER := 0;
19: g_reset_period_start_date per_time_periods.start_date%type;
20: g_reset_period_end_date per_time_periods.end_date%type;
21: g_reset_period_name per_time_periods.period_name%type;
22: g_new_end_date per_time_periods.end_date%type;
23: g_constant_end_date BOOLEAN := FALSE;

Line 498: ,p_period_start_date in per_time_periods.start_date%type

494: --
495: PROCEDURE chk_reset ( p_payroll_details in payroll_rec_type
496: ,p_period_number in per_time_periods.period_num%type
497: ,p_no_of_periods in per_time_period_types.number_per_fiscal_year%type
498: ,p_period_start_date in per_time_periods.start_date%type
499: ,p_next_leg_start_date in date
500: ,p_period_end_date in out nocopy per_time_periods.end_date%type
501: ,p_no_of_weeks_reset in out nocopy number ) IS
502: --

Line 1046: per_time_periods_s.nextval,

1042: created_by,
1043: creation_date,
1044: payslip_view_date)
1045: select
1046: per_time_periods_s.nextval,
1047: p_pay_det.payroll_id,
1048: period_start_date,
1049: period_end_date,
1050: current_regular_pay_date,