DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on INV_LOT_SEL_ATTR

Line 3633: inv_lot_sel_attr.get_context_code(

3629: l_intf_rec_found :=TRUE;
3630:
3631: if l_wms_installed THEN
3632:
3633: inv_lot_sel_attr.get_context_code(
3634: x_rlot_context_code,
3635: x_org_id,
3636: rlot.inventory_item_id,
3637: 'Lot Attributes');

Line 3652: inv_lot_sel_attr.get_context_code(

3648: end if;
3649:
3650: if p_transaction_type = 3 THEN -- validation for lot translate bug 4958157
3651:
3652: inv_lot_sel_attr.get_context_code(
3653: x_slot_context_code,
3654: x_org_id,
3655: l_sitem,
3656: 'Lot Attributes');

Line 3682: inv_lot_sel_attr.get_context_code(

3678:
3679: l_intf_rec_found :=FALSE;
3680: if p_transaction_type = 3 THEN -- validation for lots in case of lot translate
3681:
3682: inv_lot_sel_attr.get_context_code(
3683: x_slot_context_code,
3684: x_org_id,
3685: l_sitem,
3686: 'Lot Attributes');

Line 3688: inv_lot_sel_attr.get_context_code(

3684: x_org_id,
3685: l_sitem,
3686: 'Lot Attributes');
3687:
3688: inv_lot_sel_attr.get_context_code(
3689: x_rlot_context_code,
3690: x_org_id,
3691: rlot.inventory_item_id,
3692: 'Lot Attributes');

Line 3696: and (inv_lot_sel_attr.is_enabled('Lot Attributes',

3692: 'Lot Attributes');
3693: /* Checking for mandatory WMS attributes */
3694: if (x_slot_context_code <> x_rlot_context_code) and (l_wms_installed)
3695: and (x_rlot_context_code IS NOT NULL)
3696: and (inv_lot_sel_attr.is_enabled('Lot Attributes',
3697: x_org_id,
3698: rlot.inventory_item_id) >= 2) THEN
3699:
3700: fnd_message.set_name('WSM', 'WSM_REQUIRED_ATTR_NO_INTF');