DBA Data[Home] [Help]

APPS.INV_LOT_API_PKG dependencies on INV_LOT_SEL_ATTR

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

1335:
1336: l_wms_installed := G_WMS_INSTALLED;
1337:
1338: IF l_wms_installed = 'TRUE' THEN
1339: INV_LOT_SEL_ATTR.GET_CONTEXT_CODE(l_lot_attribute_category, p_organization_id, p_inventory_item_id, 'Lot Attributes');
1340:
1341:
1342: IF p_lot_attribute_category IS NOT NULL AND
1343: (nvl(l_lot_attribute_category, p_lot_attribute_category) <> p_lot_attribute_category) THEN