DBA Data[Home] [Help]

APPS.INV_LOT_AG dependencies on INV_LOT_SEL_ATTR

Line 56: var_enabled := INV_LOT_SEL_ATTR.is_enabled_segment('Lot Attributes','AGE',

52: exit when cur_lots_not_expired%notfound;
53:
54: -- Processing for context value AGE
55:
56: var_enabled := INV_LOT_SEL_ATTR.is_enabled_segment('Lot Attributes','AGE',
57: lot_rec.organization_id,
58: lot_rec.inventory_item_id
59: );
60:

Line 83: var_enabled := INV_LOT_SEL_ATTR.is_enabled_segment('Lot Attributes','AGE',

79: exit when cur_lots_all%notfound;
80:
81: -- Processing for context value AGE
82:
83: var_enabled := INV_LOT_SEL_ATTR.is_enabled_segment('Lot Attributes','AGE',
84: lot_rec.organization_id,
85: lot_rec.inventory_item_id
86: );
87: