DBA Data[Home] [Help]

APPS.PAY_PAYROLLS_F_PKG dependencies on HR_SECURITY

Line 1376: hr_security.delete_payroll_from_list(p_payroll_id);

1372: -- Payroll Lists are created by default for all the security profiles
1373: -- within the business group when a payroll is created. Hence we can
1374: -- safely purge them.
1375: --
1376: hr_security.delete_payroll_from_list(p_payroll_id);
1377: --
1378: elsif p_dt_delete_mode = 'DELETE_NEXT_CHANGE' then
1379:
1380: -- If default payment method is being extended then make sure that the

Line 1759: hr_security_internal.populate_new_payroll

1755: -- Code added as part of bug fix 2593982
1756: -- Code to view the payrolls which were initially not visible in secured
1757: -- responsibility
1758:
1759: hr_security_internal.populate_new_payroll
1760: (X_Business_Group_Id
1761: ,X_Payroll_Id
1762: );
1763: --

Line 1768: hr_security.add_payroll(x_payroll_id);

1764: -- Bug 3596436
1765: -- Add newly created payroll to the cache so that it is available
1766: -- for the rest of session
1767: --
1768: hr_security.add_payroll(x_payroll_id);
1769: --
1770: pay_payrolls_f_pkg.insert_payroll
1771: (x_payroll_id,
1772: x_default_payment_method_id,

Line 2040: hr_security_internal.populate_new_payroll

2036: -- Code added as part of bug fix 2593982
2037: -- Code to view the payrolls which were initially not visible in secured
2038: -- responsibility
2039:
2040: hr_security_internal.populate_new_payroll
2041: (X_Business_Group_Id
2042: ,X_Payroll_Id
2043: );
2044: --

Line 2049: hr_security.add_payroll(x_payroll_id);

2045: -- Bug 3596436
2046: -- Add newly created payroll to the cache so that it is available
2047: -- for the rest of session
2048: --
2049: hr_security.add_payroll(x_payroll_id);
2050: --
2051: pay_payrolls_f_pkg.insert_payroll
2052: (x_payroll_id,
2053: x_default_payment_method_id,