DBA Data[Home] [Help]

APPS.CSTPACIT dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 116: hr_all_organization_units_tl haout,

112:
113: SELECT count(*)
114: INTO l_err_num
115: FROM mtl_parameters mp,
116: hr_all_organization_units_tl haout,
117: mtl_txn_cost_det_interface mtcdi
118: WHERE mp.organization_id = i_org_id
119: AND haout.organization_id = mp.organization_id
120: AND haout.LANGUAGE = userenv('LANG')