DBA Data[Home] [Help]

APPS.HR_CA_FF_UDFS dependencies on PAY_USER_TABLES

Line 2507: from pay_user_tables PUT,

2503: --
2504: BEGIN
2505: select 'Y'
2506: into l_exists
2507: from pay_user_tables PUT,
2508: pay_user_columns PUC
2509: where PUC.USER_COLUMN_NAME = p_ws_name
2510: and PUC.user_table_id = PUT.user_table_id
2511: and PUT.user_table_name = c_ws_tab_name

Line 2524: from pay_user_tables PUT,

2520: else
2521: BEGIN
2522: select PUC.USER_COLUMN_NAME
2523: into v_ws_name
2524: from pay_user_tables PUT,
2525: pay_user_columns PUC
2526: where PUC.USER_COLUMN_ID = p_ws_name
2527: and PUT.user_table_name = c_ws_tab_name
2528: and PUC.user_table_id = PUT.user_table_id