DBA Data[Home] [Help]

APPS.WSM_LOTATTR_PVT dependencies on INV_LOT_SEL_ATTR

Line 284: inv_lot_sel_attr.get_context_code(

280: if g_debug then
281: pdebug('l_wms_installed = TRUE');
282: end if;
283: IF x_src_lot_exists='Y' THEN
284: inv_lot_sel_attr.get_context_code(
285: x_context_code,
286: p_org_id,
287: p_inv_item_id,
288: 'Lot Attributes');

Line 290: /* inv_lot_sel_attr.get_context_code(

286: p_org_id,
287: p_inv_item_id,
288: 'Lot Attributes');
289: -- Commented for bug 5463921
290: /* inv_lot_sel_attr.get_context_code(
291: x_src_context_code,
292: p_org_id,
293: p_src_inv_item_id,
294: 'Lot Attributes'); */

Line 1072: if inv_lot_sel_attr.is_enabled('Lot Attributes',

1068:
1069: /* Added for fixing bug 5126021 */
1070:
1071: if (NOT l_call_inv_lotapi) and x_lot_exists='N' THEN
1072: if inv_lot_sel_attr.is_enabled('Lot Attributes',
1073: p_org_id,p_inv_item_id) >= 2 THEN
1074: l_wms_attr_required:=TRUE;
1075: end if;
1076: if inv_lot_sel_attr.is_enabled('MTL_LOT_NUMBERS',

Line 1076: if inv_lot_sel_attr.is_enabled('MTL_LOT_NUMBERS',

1072: if inv_lot_sel_attr.is_enabled('Lot Attributes',
1073: p_org_id,p_inv_item_id) >= 2 THEN
1074: l_wms_attr_required:=TRUE;
1075: end if;
1076: if inv_lot_sel_attr.is_enabled('MTL_LOT_NUMBERS',
1077: p_org_id,p_inv_item_id) >= 2 THEN
1078: l_inv_attr_required:=TRUE;
1079: end if;
1080: if (l_wms_attr_required OR l_inv_attr_required) THEN