DBA Data[Home] [Help]

APPS.PAY_US_RULES dependencies on HR_ORGANIZATION_INFORMATION

Line 1962: from hr_organization_information hoi

1958:
1959: begin
1960: select put.user_table_name
1961: into c_ws_tab_name
1962: from hr_organization_information hoi
1963: ,pay_user_tables put
1964: where hoi.organization_id = p_bg_id
1965: and hoi.org_information_context ='Work Schedule'
1966: and hoi.org_information1 = put.user_table_id ;