DBA Data[Home] [Help]

APPS.PAY_COSTING_SUMMARY_X_REP_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 170: FROM hr_organization_information hoi

166: ************************************************************/
167: --
168: CURSOR c_costing_flex_id (cp_business_group_id IN NUMBER) IS
169: SELECT org_information7
170: FROM hr_organization_information hoi
171: WHERE organization_id = cp_business_group_id
172: AND org_information_context = 'Business Group Information';
173: --
174: /************************************************************