DBA Data[Home] [Help]

APPS.AHL_MM_MTL_MGT_PVT dependencies on INV_GLOBALS

Line 785: l_from_hdr_rec.header_status := INV_GLOBALS.G_TO_STATUS_PREAPPROVED;

781: END LOOP;
782:
783: --Start populating header record
784: l_from_hdr_rec.date_required := l_dmd_req_date;
785: l_from_hdr_rec.header_status := INV_GLOBALS.G_TO_STATUS_PREAPPROVED;
786: l_from_hdr_rec.organization_id := l_org_id;
787: l_from_hdr_rec.status_date := SYSDATE; --Last date status was changed
788: l_from_hdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;
789:

Line 788: l_from_hdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;

784: l_from_hdr_rec.date_required := l_dmd_req_date;
785: l_from_hdr_rec.header_status := INV_GLOBALS.G_TO_STATUS_PREAPPROVED;
786: l_from_hdr_rec.organization_id := l_org_id;
787: l_from_hdr_rec.status_date := SYSDATE; --Last date status was changed
788: l_from_hdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;
789:
790: /*
791: -- Move order types
792: G_MOVE_ORDER_REQUISITION CONSTANT NUMBER := 1;

Line 802: l_from_hdr_rec.move_order_type := INV_GLOBALS.G_MOVE_ORDER_REQUISITION;

798: G_MOVE_ORDER_PUT_AWAY CONSTANT NUMBER := 6;
799: G_MOVE_ORDER_BACKFLUSH CONSTANT NUMBER := 7;
800: G_MOVE_ORDER_SYSTEM CONSTANT NUMBER := 8;
801: */
802: l_from_hdr_rec.move_order_type := INV_GLOBALS.G_MOVE_ORDER_REQUISITION;
803: l_from_hdr_rec.db_flag := FND_API.G_TRUE;
804: l_from_hdr_rec.operation := INV_GLOBALS.G_OPR_CREATE;
805: l_from_hdr_rec.description := 'Move Order for Demand ID: ' || p_scheduled_material_id;
806:

Line 804: l_from_hdr_rec.operation := INV_GLOBALS.G_OPR_CREATE;

800: G_MOVE_ORDER_SYSTEM CONSTANT NUMBER := 8;
801: */
802: l_from_hdr_rec.move_order_type := INV_GLOBALS.G_MOVE_ORDER_REQUISITION;
803: l_from_hdr_rec.db_flag := FND_API.G_TRUE;
804: l_from_hdr_rec.operation := INV_GLOBALS.G_OPR_CREATE;
805: l_from_hdr_rec.description := 'Move Order for Demand ID: ' || p_scheduled_material_id;
806:
807: --Loop begins
808: FOR i in p_supply_tbl_type.FIRST .. p_supply_tbl_type.LAST

Line 857: l_from_line_tbl(i).line_status := INV_GLOBALS.G_TO_STATUS_PREAPPROVED;

853: l_from_line_tbl(i).line_id := FND_API.G_MISS_NUM;
854: l_from_line_tbl(i).line_number := i+1;
855:
856: l_from_line_tbl(i).txn_source_line_detail_id := p_scheduled_material_id;
857: l_from_line_tbl(i).line_status := INV_GLOBALS.G_TO_STATUS_PREAPPROVED;
858: l_from_line_tbl(i).transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;
859: l_from_line_tbl(i).quantity := 1;
860: l_from_line_tbl(i).status_date := SYSDATE; --Last date status was changed
861: l_from_line_tbl(i).uom_code := l_uom;

Line 858: l_from_line_tbl(i).transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;

854: l_from_line_tbl(i).line_number := i+1;
855:
856: l_from_line_tbl(i).txn_source_line_detail_id := p_scheduled_material_id;
857: l_from_line_tbl(i).line_status := INV_GLOBALS.G_TO_STATUS_PREAPPROVED;
858: l_from_line_tbl(i).transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;
859: l_from_line_tbl(i).quantity := 1;
860: l_from_line_tbl(i).status_date := SYSDATE; --Last date status was changed
861: l_from_line_tbl(i).uom_code := l_uom;
862:

Line 864: l_from_line_tbl(i).operation := INV_GLOBALS.g_opr_create;

860: l_from_line_tbl(i).status_date := SYSDATE; --Last date status was changed
861: l_from_line_tbl(i).uom_code := l_uom;
862:
863: l_from_line_tbl(i).db_flag := FND_API.g_true;
864: l_from_line_tbl(i).operation := INV_GLOBALS.g_opr_create;
865: l_from_line_tbl(i).from_subinventory_code := p_supply_tbl_type(i).Supply_Subinv_Code;
866: l_from_line_tbl(i).from_locator_id := p_supply_tbl_type(i).Supply_Locator_Id;
867: l_from_line_tbl(i).to_subinventory_code := l_dmd_subinv_code;
868: l_from_line_tbl(i).to_locator_id := l_dmd_loc_id;

Line 3336: p_move_order_type => inv_globals.g_move_order_pick_wave,

3332: x_expiration_date => x_expiration_date,
3333: x_transaction_temp_id => l_mmtt_temp_id,
3334: p_transaction_header_id => NULL,
3335: p_transaction_mode => NULL,
3336: p_move_order_type => inv_globals.g_move_order_pick_wave,
3337: p_serial_flag => 'T',
3338: p_plan_tasks => FALSE,
3339: p_auto_pick_confirm => FALSE,
3340: p_commit => FALSE

Line 3592: p_move_order_type => inv_globals.g_move_order_pick_wave,

3588: p_commit => p_commit,
3589: x_return_status => x_return_status,
3590: x_msg_count => x_msg_count,
3591: x_msg_data => x_msg_data,
3592: p_move_order_type => inv_globals.g_move_order_pick_wave,
3593: p_transaction_mode => 1,
3594: p_trolin_tbl => l_trolin_tbl,
3595: p_mold_tbl => l_mold_tbl,
3596: x_mmtt_tbl => l_mold_tbl,