DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 7266: org_organization_definitions ood

7262: SELECT mp.organization_id, mp.organization_code, gfp.base_currency_code,
7263: NULL, gfp.legal_entity_id, ood.operating_unit
7264: FROM mtl_parameters mp,
7265: gmf_fiscal_policies gfp,
7266: org_organization_definitions ood
7267: WHERE mp.process_enabled_flag = 'Y'
7268: AND gfp.legal_entity_id = ood.legal_entity
7269: AND mp.organization_id = ood.organization_id;
7270: l_Row_Count := sql%rowcount;