DBA Data[Home] [Help]

APPS.PAY_PAYROLLS_F_PKG dependencies on PAY_SECURITY_PAYROLLS

Line 1117: -- pay_payroll_list, pay_security_payrolls, pay_message_lines. --

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 --
1121: -----------------------------------------------------------------------------

Line 1176: from pay_security_payrolls psp

1172: where a.payroll_id = p_payroll_id;
1173: --
1174: cursor csr_chk_security_payroll is
1175: select 'found'
1176: from pay_security_payrolls psp
1177: where psp.payroll_id = p_payroll_id;
1178: --
1179: cursor csr_chk_message_line is
1180: select 'found'