DBA Data[Home] [Help]

APPS.EAM_WO_COMP_UTILITY_PVT dependencies on EAM_WORKORDERTRANSACTIONS_PUB

Line 526: s_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type,

522: END IF;
523: END process_lot_serial;
524:
525: PROCEDURE process_item(
526: s_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type,
527: s_org_id NUMBER,
528: s_wip_entity_id NUMBER,
529: s_qa_collection_id NUMBER,
530: s_rebuild_item_id NUMBER,

Line 618: x_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;

614: i_completion_date DATE;
615: l_msg_count NUMBER;
616: l_msg_data VARCHAR2(2000);
617:
618: x_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;
619: x_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
620:
621: i_parent_wip_entity_id NUMBER;
622: i_asset_group_id NUMBER;

Line 619: x_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;

615: l_msg_count NUMBER;
616: l_msg_data VARCHAR2(2000);
617:
618: x_inventory_item_rec EAM_WorkOrderTransactions_PUB.Inventory_Item_Rec_Type;
619: x_inventory_item_tbl EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
620:
621: i_parent_wip_entity_id NUMBER;
622: i_asset_group_id NUMBER;
623: i_asset_number VARCHAR2(30);