DBA Data[Home] [Help]

APPS.PAY_CORE_FF_UDFS dependencies on HR_ORGANIZATION_INFORMATION

Line 166: from hr_organization_information hoi

162:
163: CURSOR get_user_table(p_business_grp_id NUMBER) IS
164: select put.user_table_id
165: ,put.user_table_name
166: from hr_organization_information hoi
167: ,pay_user_tables put
168: where hoi.organization_id = p_bg_id
169: and hoi.org_information_context ='Work Schedule'
170: and hoi.org_information1 = put.user_table_id ;