DBA Data[Home] [Help]

APPS.PAY_COSTING_DETAIL_REP_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 497: from hr_organization_information hoi

493: ** Business Group.
494: ************************************************************/
495: cursor c_costing_flex_id (cp_business_group_id in number) is
496: select org_information7
497: from hr_organization_information hoi
498: where organization_id = cp_business_group_id
499: and org_information_context = 'Business Group Information';
500:
501: /************************************************************