DBA Data[Home] [Help]

APPS.INV_RULE_GEN_PVT dependencies on WMS_RULES_PKG

Line 271: wms_RULES_PKG.Insert_Row

267: debug('wms_rule_id '||l_wms_rule_id);
268: If l_wms_rule_id is null then
269: select wms_rules_s.nextval into l_wms_rule_Id from dual;
270: debug('insert wms rule ');
271: wms_RULES_PKG.Insert_Row
272: (
273: X_Rowid => l_Row_Id,
274: X_Rule_Id => l_wms_rule_Id,
275: X_Organization_Id => l_Organization_Id,

Line 316: wms_RULES_PKG.Update_Row

312: debug('insert wms_rule_id '||l_wms_rule_id);
313: else -- update
314: debug('update wms rule ');
315: debug('update wms rule, enabled_flag '||l_picking_rule_rec.enabled_flag);
316: wms_RULES_PKG.Update_Row
317: (
318: X_Rule_Id => l_picking_rule_rec.wms_Rule_Id,
319: X_Organization_Id => l_Organization_Id,
320: X_Type_Code => 2,