DBA Data[Home] [Help]

APPS.PAY_PAYROLLS_F_PKG dependencies on PAY_MESSAGE_LINES

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 1181: from pay_message_lines pml

1177: where psp.payroll_id = p_payroll_id;
1178: --
1179: cursor csr_chk_message_line is
1180: select 'found'
1181: from pay_message_lines pml
1182: where pml.payroll_id = p_payroll_id;
1183: --
1184: v_result varchar2(5);
1185: v_text varchar2(2000);