DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 617: FROM org_organization_definitions

613: p_debug_info => 'Get Operating Unit Id'
614: );
615: SELECT operating_unit
616: INTO l_org_id
617: FROM org_organization_definitions
618: WHERE organization_id = l_ship_to_org_id;
619:
620: INL_LOGGING_PVT.Log_Variable (
621: p_module_name => g_module_name,

Line 674: org_organization_definitions ood,

670: FROM fnd_territories_vl ftv,
671: hr_locations_v hlv,
672: hr_all_organization_units hru,
673: hr_legal_entities hle,
674: org_organization_definitions ood,
675: gl_sets_of_books gsb
676: WHERE ftv.territory_code = hlv.country
677: AND hlv.location_id = hru.location_id
678: AND ood.organization_id = hle.organization_id (+)