DBA Data[Home] [Help]

APPS.PAY_PAYROLLS_F_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 1116: -- pay_exchange_rates_f,pay_payroll_actions, hr_assignment_sets, --

1112: -- Arguments --
1113: -- See Below. --
1114: -- Notes --
1115: -- 1. Checks per_all_assignments_f, pay_element_links_f, --
1116: -- pay_exchange_rates_f,pay_payroll_actions, hr_assignment_sets, --
1117: -- pay_payroll_list, pay_security_payrolls, pay_message_lines. --
1118: -- 2. If the payroll record is being opened up then make sure that the --
1119: -- default payment method on the last row is valid for the new lifetime --
1120: -- of the payroll.t method on the last row is valid for the new lifetime --

Line 1166: from pay_payroll_actions ppa

1162: -- and exr.effective_end_date >= p_validation_start_date;
1163: --
1164: cursor csr_chk_payroll_action is
1165: select 'found'
1166: from pay_payroll_actions ppa
1167: where ppa.payroll_id = p_payroll_id;
1168: --
1169: cursor csr_chk_assignment_set is
1170: select 'found'