DBA Data[Home] [Help]

APPS.WMS_COSTGROUPENGINE_PVT dependencies on WMS_RULES_B

Line 191: FROM wms_rules_b

187:
188: --cursor to get the cost group from the rule
189: CURSOR l_rule_cg IS
190: SELECT type_hdr_id
191: FROM wms_rules_b
192: WHERE rule_id = l_rule_id;
193:
194: --cursor used to get default cost group from sub
195: CURSOR l_default_cg_sub IS