DBA Data[Home] [Help]

APPS.PAY_ZA_PAYSLIP_ARCHIVE dependencies on PER_TIME_PERIODS

Line 1341: from per_time_periods

1337: begin
1338:
1339: select period_num, cut_off_date
1340: into l_tax_period, l_pay_date
1341: from per_time_periods
1342: where time_period_id = p_time_period_id;
1343:
1344: exception
1345: when no_data_found then