DBA Data[Home] [Help]

APPS.HR_US_FF_UDFS dependencies on HR_ORGANIZATION_INFORMATION

Line 2867: from hr_organization_information hoi

2863:
2864: begin
2865: select put.user_table_name
2866: into c_ws_tab_name
2867: from hr_organization_information hoi
2868: ,pay_user_tables put
2869: where hoi.organization_id = p_bg_id
2870: and hoi.org_information_context ='Work Schedule'
2871: and hoi.org_information1 = put.user_table_id ;