DBA Data[Home] [Help]

APPS.INV_LOT_API_PKG dependencies on INV_LOT_SEL_ATTR

Line 1283: INV_LOT_SEL_ATTR.GET_CONTEXT_CODE(l_lot_attribute_category, p_organization_id, p_inventory_item_id, 'Lot Attributes');

1279:
1280: l_wms_installed := G_WMS_INSTALLED;
1281:
1282: IF l_wms_installed = 'TRUE' THEN
1283: INV_LOT_SEL_ATTR.GET_CONTEXT_CODE(l_lot_attribute_category, p_organization_id, p_inventory_item_id, 'Lot Attributes');
1284:
1285:
1286: IF p_lot_attribute_category IS NOT NULL AND
1287: (nvl(l_lot_attribute_category, p_lot_attribute_category) <> p_lot_attribute_category) THEN