DBA Data[Home] [Help]

APPS.ENG_CHANGE_LIFECYCLE_UTIL dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 2028: hr_all_organization_units_tl ood

2024: ood.name organization_name
2025: FROM eng_type_org_properties op,
2026: eng_engineering_changes ec,
2027: per_organization_structures pos,
2028: hr_all_organization_units_tl ood
2029: WHERE ec.change_id = p_change_id
2030: --AND ec.PLM_OR_ERP_CHANGE = 'PLM'
2031: AND op.change_type_id = ec.change_order_type_id
2032: AND op.organization_id = ec.organization_id

Line 6546: hr_all_organization_units_tl ood

6542: ood.name organization_name
6543: FROM eng_type_org_properties op,
6544: eng_engineering_changes ec,
6545: per_organization_structures pos,
6546: hr_all_organization_units_tl ood
6547: WHERE ec.change_id = p_change_id
6548: --AND ec.PLM_OR_ERP_CHANGE = 'PLM'
6549: AND op.change_type_id = ec.change_order_type_id
6550: AND op.organization_id = ec.organization_id