DBA Data[Home] [Help]

APPS.WMS_COSTGROUPENGINE_PVT dependencies on USER_OBJECTS

Line 185: FROM user_objects

181:
182: --cursor used to determine if the rule package exists
183: CURSOR l_pack_gen IS
184: SELECT count(object_name)
185: FROM user_objects
186: WHERE object_name = l_package_name;
187:
188: --cursor to get the cost group from the rule
189: CURSOR l_rule_cg IS