DBA Data[Home] [Help]

APPS.HR_US_FF_UDFS dependencies on HR_ORGANIZATION_INFORMATION

Line 2876: from hr_organization_information hoi

2872:
2873: begin
2874: select put.user_table_name
2875: into c_ws_tab_name
2876: from hr_organization_information hoi
2877: ,pay_user_tables put
2878: where hoi.organization_id = p_bg_id
2879: and hoi.org_information_context ='Work Schedule'
2880: and hoi.org_information1 = put.user_table_id ;