DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_TEMPLATE dependencies on FF_ROUTE_PARAMETER_VALUES

Line 306: ,ff_route_parameter_values rpv

302:
303: CURSOR csr_get_dbi_user_name (c_bal_type_id NUMBER) IS
304: SELECT user_name
305: FROM ff_database_items dbi
306: ,ff_route_parameter_values rpv
307: ,ff_route_parameters rp
308: ,pay_balance_dimensions pbd
309: ,pay_defined_balances pdb
310: WHERE dbi.user_entity_id = rpv.user_entity_id

Line 326: ,ff_route_parameter_values rpv

322: -- Pension Salary Balance for ABP
323: CURSOR csr_get_pen_sal_bal_dbi_name (c_bal_type_id NUMBER) IS
324: SELECT user_name
325: FROM ff_database_items dbi
326: ,ff_route_parameter_values rpv
327: ,ff_route_parameters rp
328: ,pay_balance_dimensions pbd
329: ,pay_defined_balances pdb
330: WHERE dbi.user_entity_id = rpv.user_entity_id