DBA Data[Home] [Help]

APPS.WMS_COSTGROUPENGINE_PVT dependencies on WMS_RULES_B

Line 225: FROM wms_rules_b

221:
222: --cursor to get the cost group from the rule
223: CURSOR l_rule_cg IS
224: SELECT type_hdr_id
225: FROM wms_rules_b
226: WHERE rule_id = l_rule_id;
227:
228: --cursor used to get default cost group from sub
229: CURSOR l_default_cg_sub IS