DBA Data[Home] [Help]

APPS.WMS_CONTAINER_PVT dependencies on INV_GLOBALS

Line 6853: p_trx_action_id=> inv_globals.g_action_containerpack,

6849: p_trx_hdr_id=> l_trx_header_id,
6850: p_item_id=> p_inventory_item_id,
6851: p_revision=> p_revision,
6852: p_org_id=> p_organization_id,
6853: p_trx_action_id=> inv_globals.g_action_containerpack,
6854: p_subinv_code=> p_subinventory,
6855: p_tosubinv_code=> NULL,
6856: p_locator_id=> p_locator_id,
6857: p_tolocator_id=> NULL,

Line 6859: p_trx_type_id=> inv_globals.g_type_container_pack,

6855: p_tosubinv_code=> NULL,
6856: p_locator_id=> p_locator_id,
6857: p_tolocator_id=> NULL,
6858: p_xfr_org_id=> NULL,
6859: p_trx_type_id=> inv_globals.g_type_container_pack,
6860: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,
6861: p_trx_qty=> p_quantity,
6862: p_pri_qty=> l_primary_quantity,
6863: p_uom=> p_uom,

Line 6860: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,

6856: p_locator_id=> p_locator_id,
6857: p_tolocator_id=> NULL,
6858: p_xfr_org_id=> NULL,
6859: p_trx_type_id=> inv_globals.g_type_container_pack,
6860: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,
6861: p_trx_qty=> p_quantity,
6862: p_pri_qty=> l_primary_quantity,
6863: p_uom=> p_uom,
6864: p_date=> SYSDATE,

Line 7133: p_trx_action_id=> inv_globals.g_action_containerpack,

7129: p_trx_hdr_id=> l_trx_header_id,
7130: p_item_id=> p_inventory_item_id,
7131: p_revision=> p_revision,
7132: p_org_id=> p_organization_id,
7133: p_trx_action_id=> inv_globals.g_action_containerpack,
7134: p_subinv_code=> p_subinventory,
7135: p_tosubinv_code=> NULL,
7136: p_locator_id=> p_locator_id,
7137: p_tolocator_id=> NULL,

Line 7139: p_trx_type_id=> inv_globals.g_type_container_pack,

7135: p_tosubinv_code=> NULL,
7136: p_locator_id=> p_locator_id,
7137: p_tolocator_id=> NULL,
7138: p_xfr_org_id=> NULL,
7139: p_trx_type_id=> inv_globals.g_type_container_pack,
7140: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,
7141: p_trx_qty=> l_pack_quantity,
7142: p_pri_qty=> l_primary_quantity,
7143: p_uom=> l_primary_uom,

Line 7140: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,

7136: p_locator_id=> p_locator_id,
7137: p_tolocator_id=> NULL,
7138: p_xfr_org_id=> NULL,
7139: p_trx_type_id=> inv_globals.g_type_container_pack,
7140: p_trx_src_type_id=> inv_globals.g_sourcetype_inventory,
7141: p_trx_qty=> l_pack_quantity,
7142: p_pri_qty=> l_primary_quantity,
7143: p_uom=> l_primary_uom,
7144: p_date=> SYSDATE,

Line 8232: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory

8228: , p_item_id => -1
8229: , p_org_id => p_organization_id
8230: , p_subinv_code => Nested_LPN_rec.subinventory_code
8231: , p_locator_id => Nested_LPN_rec.locator_id
8232: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
8233: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
8234: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
8235: , p_trx_qty => 1
8236: , p_pri_qty => 1

Line 8233: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack

8229: , p_org_id => p_organization_id
8230: , p_subinv_code => Nested_LPN_rec.subinventory_code
8231: , p_locator_id => Nested_LPN_rec.locator_id
8232: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
8233: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
8234: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
8235: , p_trx_qty => 1
8236: , p_pri_qty => 1
8237: , p_uom => 'Ea'

Line 8234: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK

8230: , p_subinv_code => Nested_LPN_rec.subinventory_code
8231: , p_locator_id => Nested_LPN_rec.locator_id
8232: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
8233: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
8234: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
8235: , p_trx_qty => 1
8236: , p_pri_qty => 1
8237: , p_uom => 'Ea'
8238: , p_date => SYSDATE

Line 8482: , INV_GLOBALS.G_SourceType_Inventory

8478: , Nested_LPN_rec.locator_id
8479: , l_crnt_item_rec.inventory_item_id
8480: , l_crnt_item_rec.revision
8481: , l_crnt_item_rec.cost_group_id
8482: , INV_GLOBALS.G_SourceType_Inventory
8483: , INV_GLOBALS.G_Action_ContainerSplit
8484: , INV_GLOBALS.G_TYPE_CONTAINER_SPLIT
8485: , l_crnt_item_rec.quantity
8486: , l_converted_qty

Line 8483: , INV_GLOBALS.G_Action_ContainerSplit

8479: , l_crnt_item_rec.inventory_item_id
8480: , l_crnt_item_rec.revision
8481: , l_crnt_item_rec.cost_group_id
8482: , INV_GLOBALS.G_SourceType_Inventory
8483: , INV_GLOBALS.G_Action_ContainerSplit
8484: , INV_GLOBALS.G_TYPE_CONTAINER_SPLIT
8485: , l_crnt_item_rec.quantity
8486: , l_converted_qty
8487: , l_crnt_item_rec.uom_code

Line 8484: , INV_GLOBALS.G_TYPE_CONTAINER_SPLIT

8480: , l_crnt_item_rec.revision
8481: , l_crnt_item_rec.cost_group_id
8482: , INV_GLOBALS.G_SourceType_Inventory
8483: , INV_GLOBALS.G_Action_ContainerSplit
8484: , INV_GLOBALS.G_TYPE_CONTAINER_SPLIT
8485: , l_crnt_item_rec.quantity
8486: , l_converted_qty
8487: , l_crnt_item_rec.uom_code
8488: , Nested_LPN_rec.lpn_id

Line 8635: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory

8631: , p_item_id => -1
8632: , p_org_id => p_organization_id
8633: , p_subinv_code => lpn_rec.subinventory_code
8634: , p_locator_id => lpn_rec.locator_id
8635: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
8636: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
8637: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
8638: , p_trx_qty => 1
8639: , p_pri_qty => 1

Line 8636: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack

8632: , p_org_id => p_organization_id
8633: , p_subinv_code => lpn_rec.subinventory_code
8634: , p_locator_id => lpn_rec.locator_id
8635: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
8636: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
8637: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
8638: , p_trx_qty => 1
8639: , p_pri_qty => 1
8640: , p_uom => 'Ea'

Line 8637: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK

8633: , p_subinv_code => lpn_rec.subinventory_code
8634: , p_locator_id => lpn_rec.locator_id
8635: , p_trx_src_type_id => INV_GLOBALS.G_SourceType_Inventory
8636: , p_trx_action_id => INV_GLOBALS.G_Action_ContainerUnPack
8637: , p_trx_type_id => INV_GLOBALS.G_TYPE_CONTAINER_UNPACK
8638: , p_trx_qty => 1
8639: , p_pri_qty => 1
8640: , p_uom => 'Ea'
8641: , p_date => SYSDATE