DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on EAM_WORKORDERTRANSACTIONS_PUB

Line 13: INVENTORY_ITEM_NULL EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;

9: * @rep:category BUSINESS_ENTITY EAM_COMPLETE_WO_OPERATION
10: */
11: -- Version Initial version 1.0 Kaweesak Boonyapornnad
12:
13: INVENTORY_ITEM_NULL EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
14:
15: TYPE Lot_Serial_Rec_Type is RECORD
16: (
17: lot_number VARCHAR2(80),

Line 166: * @param x_inventory_item_info A table of EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type Required for rebuild work order with material issue (Contains subinventory,locator,lot,serial information)

162: * @param x_reconcil_code Reconciliation code used to store the result of a performed maintenance task
163: * @param x_actual_start_date Actual start date of work order
164: * @param x_actual_end_date Actual end date of work order
165: * @param x_actual_duration Duration of work order
166: * @param x_inventory_item_info A table of EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type Required for rebuild work order with material issue (Contains subinventory,locator,lot,serial information)
167: * @param x_reference Reference Required for regular EAM work order only
168: * @param x_qa_collection_id Quality Collection Plan Identifier Required for regular EAM work order only
169: * @param x_shutdown_start_date Shutdown start date Required for regular EAM work order only
170: * @param x_shutdown_end_date Shutdown end date Required for regular EAM work order only

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

204: x_reconcil_code IN VARCHAR2 := null,
205: x_actual_start_date IN DATE,
206: x_actual_end_date IN DATE,
207: x_actual_duration IN NUMBER,
208: x_inventory_item_info IN EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type := INVENTORY_ITEM_NULL,
209: x_reference IN VARCHAR2 := null,
210: x_qa_collection_id IN NUMBER := null,
211: x_shutdown_start_date IN DATE := null,
212: x_shutdown_end_date IN DATE := null,