DBA Data[Home] [Help]

APPS.HR_CA_FF_UDFS dependencies on PAY_USER_TABLES

Line 2544: from pay_user_tables PUT,

2540: --
2541: BEGIN
2542: select 'Y'
2543: into l_exists
2544: from pay_user_tables PUT,
2545: pay_user_columns PUC
2546: where PUC.USER_COLUMN_NAME = p_ws_name
2547: and PUC.user_table_id = PUT.user_table_id
2548: and PUT.user_table_name = c_ws_tab_name

Line 2561: from pay_user_tables PUT,

2557: else
2558: BEGIN
2559: select PUC.USER_COLUMN_NAME
2560: into v_ws_name
2561: from pay_user_tables PUT,
2562: pay_user_columns PUC
2563: where PUC.USER_COLUMN_ID = p_ws_name
2564: and PUT.user_table_name = c_ws_tab_name
2565: and PUC.user_table_id = PUT.user_table_id