DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on EAM_WORKORDERTRANSACTIONS_PUB

Line 325: s_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type,

321: END process_lot_serial;
322:
323:
324: PROCEDURE process_item(
325: s_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type,
326: s_org_id NUMBER,
327: s_wip_entity_id NUMBER,
328: s_qa_collection_id NUMBER,
329: s_rebuild_item_id NUMBER,

Line 607: l_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;

603: x_attribute14 IN VARCHAR2 := null,
604: x_attribute15 IN VARCHAR2 := null,
605: errCode OUT NOCOPY NUMBER,
606: errMsg OUT NOCOPY VARCHAR2) IS
607: l_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;
608: l_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
609: BEGIN
610: l_inventory_item_rec.subinventory := x_subinventory;
611: l_inventory_item_rec.locator := x_locator_id;

Line 608: l_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;

604: x_attribute15 IN VARCHAR2 := null,
605: errCode OUT NOCOPY NUMBER,
606: errMsg OUT NOCOPY VARCHAR2) IS
607: l_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;
608: l_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
609: BEGIN
610: l_inventory_item_rec.subinventory := x_subinventory;
611: l_inventory_item_rec.locator := x_locator_id;
612: l_inventory_item_rec.lot_number := x_lot_number;

Line 696: l_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;

692: x_attribute14 IN VARCHAR2 := null,
693: x_attribute15 IN VARCHAR2 := null,
694: errCode OUT NOCOPY NUMBER,
695: errMsg OUT NOCOPY VARCHAR2) IS
696: l_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;
697: l_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
698: BEGIN
699: l_inventory_item_rec.subinventory := x_subinventory;
700: l_inventory_item_rec.locator := x_locator_id;

Line 697: l_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;

693: x_attribute15 IN VARCHAR2 := null,
694: errCode OUT NOCOPY NUMBER,
695: errMsg OUT NOCOPY VARCHAR2) IS
696: l_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;
697: l_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
698: BEGIN
699: l_inventory_item_rec.subinventory := x_subinventory;
700: l_inventory_item_rec.locator := x_locator_id;
701: l_inventory_item_rec.lot_number := x_lot_number;

Line 789: l_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;

785: errCode OUT NOCOPY NUMBER,
786: errMsg OUT NOCOPY VARCHAR2) IS
787:
788:
789: l_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;
790: l_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
791: BEGIN
792: l_inventory_item_rec.subinventory := x_subinventory;
793: l_inventory_item_rec.locator := x_locator_id;

Line 790: l_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;

786: errMsg OUT NOCOPY VARCHAR2) IS
787:
788:
789: l_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;
790: l_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
791: BEGIN
792: l_inventory_item_rec.subinventory := x_subinventory;
793: l_inventory_item_rec.locator := x_locator_id;
794: l_inventory_item_rec.lot_number := x_lot_number;

Line 887: x_inventory_item_info IN EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type := INVENTORY_ITEM_NULL,

883: x_reconcil_code IN VARCHAR2 := null,
884: x_actual_start_date IN DATE,
885: x_actual_end_date IN DATE,
886: x_actual_duration IN NUMBER,
887: x_inventory_item_info IN EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type := INVENTORY_ITEM_NULL,
888: x_reference IN VARCHAR2 := null,
889: x_qa_collection_id IN NUMBER := null,
890: x_shutdown_start_date IN DATE := null,
891: x_shutdown_end_date IN DATE := null,