DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on INV_GLOBALS

Line 7413: p_trx_action_id=> inv_globals.g_action_containerpack,

7409: p_trx_hdr_id=> l_trx_header_id,
7410: p_item_id=> p_inventory_item_id,
7411: p_revision=> p_revision,
7412: p_org_id=> p_organization_id,
7413: p_trx_action_id=> inv_globals.g_action_containerpack,
7414: p_subinv_code=> p_subinventory,
7415: p_tosubinv_code=> NULL,
7416: p_locator_id=> p_locator_id,
7417: p_tolocator_id=> NULL,

Line 7419: p_trx_type_id=> inv_globals.g_type_container_pack,

7415: p_tosubinv_code=> NULL,
7416: p_locator_id=> p_locator_id,
7417: p_tolocator_id=> NULL,
7418: p_xfr_org_id=> NULL,
7419: p_trx_type_id=> inv_globals.g_type_container_pack,
7420: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,
7421: p_trx_qty=> p_quantity,
7422: p_pri_qty=> l_primary_quantity,
7423: p_uom=> p_uom,

Line 7420: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,

7416: p_locator_id=> p_locator_id,
7417: p_tolocator_id=> NULL,
7418: p_xfr_org_id=> NULL,
7419: p_trx_type_id=> inv_globals.g_type_container_pack,
7420: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,
7421: p_trx_qty=> p_quantity,
7422: p_pri_qty=> l_primary_quantity,
7423: p_uom=> p_uom,
7424: p_date=> SYSDATE,

Line 7693: p_trx_action_id=> inv_globals.g_action_containerpack,

7689: p_trx_hdr_id=> l_trx_header_id,
7690: p_item_id=> p_inventory_item_id,
7691: p_revision=> p_revision,
7692: p_org_id=> p_organization_id,
7693: p_trx_action_id=> inv_globals.g_action_containerpack,
7694: p_subinv_code=> p_subinventory,
7695: p_tosubinv_code=> NULL,
7696: p_locator_id=> p_locator_id,
7697: p_tolocator_id=> NULL,

Line 7699: p_trx_type_id=> inv_globals.g_type_container_pack,

7695: p_tosubinv_code=> NULL,
7696: p_locator_id=> p_locator_id,
7697: p_tolocator_id=> NULL,
7698: p_xfr_org_id=> NULL,
7699: p_trx_type_id=> inv_globals.g_type_container_pack,
7700: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,
7701: p_trx_qty=> l_pack_quantity,
7702: p_pri_qty=> l_primary_quantity,
7703: p_uom=> l_primary_uom,

Line 7700: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,

7696: p_locator_id=> p_locator_id,
7697: p_tolocator_id=> NULL,
7698: p_xfr_org_id=> NULL,
7699: p_trx_type_id=> inv_globals.g_type_container_pack,
7700: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,
7701: p_trx_qty=> l_pack_quantity,
7702: p_pri_qty=> l_primary_quantity,
7703: p_uom=> l_primary_uom,
7704: p_date=> SYSDATE,

Line 8803: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory

8799: , p_item_id => -1
8800: , p_org_id => p_organization_id
8801: , p_subinv_code => Nested_LPN_rec.subinventory_code
8802: , p_locator_id => Nested_LPN_rec.locator_id
8803: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
8804: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
8805: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
8806: , p_trx_qty => 1
8807: , p_pri_qty => 1

Line 8804: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack

8800: , p_org_id => p_organization_id
8801: , p_subinv_code => Nested_LPN_rec.subinventory_code
8802: , p_locator_id => Nested_LPN_rec.locator_id
8803: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
8804: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
8805: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
8806: , p_trx_qty => 1
8807: , p_pri_qty => 1
8808: , p_uom => 'Ea'

Line 8805: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK

8801: , p_subinv_code => Nested_LPN_rec.subinventory_code
8802: , p_locator_id => Nested_LPN_rec.locator_id
8803: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
8804: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
8805: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
8806: , p_trx_qty => 1
8807: , p_pri_qty => 1
8808: , p_uom => 'Ea'
8809: , p_date => SYSDATE

Line 9055: , INV_GLOBALS.G_SourceType_Inventory

9051: , Nested_LPN_rec.locator_id
9052: , l_crnt_item_rec.inventory_item_id
9053: , l_crnt_item_rec.revision
9054: , l_crnt_item_rec.cost_group_id
9055: , INV_GLOBALS.G_SourceType_Inventory
9056: , INV_GLOBALS.G_Action_ContainerSplit
9057: , INV_GLOBALS.G_TYPE_CONTAINER_SPLIT
9058: , l_crnt_item_rec.quantity
9059: , l_converted_qty

Line 9056: , INV_GLOBALS.G_Action_ContainerSplit

9052: , l_crnt_item_rec.inventory_item_id
9053: , l_crnt_item_rec.revision
9054: , l_crnt_item_rec.cost_group_id
9055: , INV_GLOBALS.G_SourceType_Inventory
9056: , INV_GLOBALS.G_Action_ContainerSplit
9057: , INV_GLOBALS.G_TYPE_CONTAINER_SPLIT
9058: , l_crnt_item_rec.quantity
9059: , l_converted_qty
9060: , l_crnt_item_rec.uom_code

Line 9057: , INV_GLOBALS.G_TYPE_CONTAINER_SPLIT

9053: , l_crnt_item_rec.revision
9054: , l_crnt_item_rec.cost_group_id
9055: , INV_GLOBALS.G_SourceType_Inventory
9056: , INV_GLOBALS.G_Action_ContainerSplit
9057: , INV_GLOBALS.G_TYPE_CONTAINER_SPLIT
9058: , l_crnt_item_rec.quantity
9059: , l_converted_qty
9060: , l_crnt_item_rec.uom_code
9061: , Nested_LPN_rec.lpn_id

Line 9208: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory

9204: , p_item_id => -1
9205: , p_org_id => p_organization_id
9206: , p_subinv_code => lpn_rec.subinventory_code
9207: , p_locator_id => lpn_rec.locator_id
9208: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
9209: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
9210: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
9211: , p_trx_qty => 1
9212: , p_pri_qty => 1

Line 9209: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack

9205: , p_org_id => p_organization_id
9206: , p_subinv_code => lpn_rec.subinventory_code
9207: , p_locator_id => lpn_rec.locator_id
9208: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
9209: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
9210: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
9211: , p_trx_qty => 1
9212: , p_pri_qty => 1
9213: , p_uom => 'Ea'

Line 9210: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK

9206: , p_subinv_code => lpn_rec.subinventory_code
9207: , p_locator_id => lpn_rec.locator_id
9208: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
9209: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
9210: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
9211: , p_trx_qty => 1
9212: , p_pri_qty => 1
9213: , p_uom => 'Ea'
9214: , p_date => SYSDATE