DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PAY_ALL_PAYROLLS_F

Line 10604: /* Changed to pay_all_payrolls_f as part of Bug 2519492 */

10600: where payroll_id = p_payroll_id
10601: and gl_set_of_books_id = p_sob_id;
10602:
10603: cursor c_payroll_name is
10604: /* Changed to pay_all_payrolls_f as part of Bug 2519492 */
10605: select payroll_name from pay_all_payrolls_f where payroll_id = p_payroll_id;
10606:
10607: BEGIN
10608:

Line 10605: select payroll_name from pay_all_payrolls_f where payroll_id = p_payroll_id;

10601: and gl_set_of_books_id = p_sob_id;
10602:
10603: cursor c_payroll_name is
10604: /* Changed to pay_all_payrolls_f as part of Bug 2519492 */
10605: select payroll_name from pay_all_payrolls_f where payroll_id = p_payroll_id;
10606:
10607: BEGIN
10608:
10609: g_map_str := NULL;