DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 63: FROM hr_all_organization_units

59:
60: CURSOR cur_orgn_name(cp_orgn_id NUMBER)
61: IS
62: SELECT name
63: FROM hr_all_organization_units
64: WHERE organization_id = cp_orgn_id;
65:
66: CURSOR cur_sob_currency(cp_cob_id NUMBER)
67: IS