DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 106: FROM hr_all_organization_units

102:
103: CURSOR cur_orgn_name(cp_orgn_id NUMBER)
104: IS
105: SELECT name
106: FROM hr_all_organization_units
107: WHERE organization_id = cp_orgn_id;
108:
109: CURSOR cur_sob_currency(cp_cob_id NUMBER)
110: IS