DBA Data[Home] [Help]

APPS.WMS_COSTGROUPENGINE_PVT dependencies on USER_OBJECTS

Line 219: FROM user_objects

215:
216: --cursor used to determine if the rule package exists
217: CURSOR l_pack_gen IS
218: SELECT count(object_name)
219: FROM user_objects
220: WHERE object_name = l_package_name;
221:
222: --cursor to get the cost group from the rule
223: CURSOR l_rule_cg IS