DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on PAY_PAYROLLS_F

Line 1511: from pay_payrolls_f

1507: -- Parameter Request String : PAYRLL
1508:
1509: cursor c_payrll is
1510: select DISTINCT payroll_id , payroll_name
1511: from pay_payrolls_f
1512: where business_group_id = g_bus_id
1513: order by payroll_name;
1514: -- bug 3264873, added DISTINCT in cursor to exlcude multiple payroll names
1515: -- that appear to customers to be duplicates.