DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 1694: -- added joint tables mtl_parameters, hr_all_organization_units_tl

1690: -- odab added columns change_id, organization_code
1691: -- , organization_name, concatenated_segments, description
1692: -- last_update_date, last_updated_by, creation_date, created_by
1693: -- replaced mtl_system_items by mtl_system_items_vl
1694: -- added joint tables mtl_parameters, hr_all_organization_units_tl
1695: Cursor get_item_info is
1696: Select i.change_notice,
1697: i.change_id, -- ERES change
1698: i.organization_id,

Line 1758: hr_all_organization_units_tl hou -- ERES change

1754: i.from_end_item_rev_id
1755: from eng_revised_items i,
1756: mtl_system_items_vl si, -- ERES change
1757: mtl_parameters mp1, -- ERES change
1758: hr_all_organization_units_tl hou -- ERES change
1759: where i.revised_item_sequence_id = revised_item
1760: and si.inventory_item_id = i.revised_item_id
1761: and si.organization_id = i.organization_id
1762: AND hou.organization_id = i.organization_id