DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on HR_ORGANIZATION_UNITS

Line 5740: FROM hr_organization_units

5736: AND enabled_for_data_pool = 'Y';
5737:
5738: CURSOR get_organization_code (cp_org_id VARCHAR2) IS
5739: SELECT name
5740: FROM hr_organization_units
5741: WHERE organization_id = cp_org_id;
5742:
5743: -- Start fix for bug 7017691(7435552,7147893) Issue #2 Replacing COUNT(*) with CURSOR
5744: CURSOR c_duplicate_check(p_set_id NUMBER, p_inventory_item_id NUMBER,