DBA Data[Home] [Help]

APPS.PAY_US_RULES dependencies on HR_ORGANIZATION_INFORMATION

Line 2019: from hr_organization_information hoi

2015:
2016: begin
2017: select put.user_table_name
2018: into c_ws_tab_name
2019: from hr_organization_information hoi
2020: ,pay_user_tables put
2021: where hoi.organization_id = p_bg_id
2022: and hoi.org_information_context ='Work Schedule'
2023: and hoi.org_information1 = put.user_table_id ;