DBA Data[Home] [Help]

APPS.BOM_COPY_BILL dependencies on EGO_ITEM_PUB

Line 6497: x_item_table ego_item_pub.item_tbl_type;

6493: TYPE item_table IS TABLE OF mtl_system_items_interface%ROWTYPE;
6494:
6495: l_item_tbl item_table;
6496: l_set_process_id NUMBER := 0;
6497: x_item_table ego_item_pub.item_tbl_type;
6498: x_inventory_item_id mtl_system_items_b.inventory_item_id%TYPE;
6499: x_organization_id mtl_system_items_b.organization_id%TYPE;
6500: x_return_status VARCHAR2 (1);
6501: x_msg_count NUMBER (10);

Line 11821: l_item_org_assignment_tbl EGO_Item_PUB.Item_Org_Assignment_Tbl_Type;

11817: x_msg_data OUT NOCOPY VARCHAR2)
11818: IS
11819: l_return_status VARCHAR2(1):= 'Y';
11820: l_msg_count number;
11821: l_item_org_assignment_tbl EGO_Item_PUB.Item_Org_Assignment_Tbl_Type;
11822:
11823: l_conc_request_id number := FND_GLOBAL.CONC_REQUEST_ID;
11824:
11825: CURSOR l_un_assign_eco_comps ( p_bill_seq_id NUMBER

Line 11902: EGO_Item_PUB.Process_Item_Org_Assignments(

11898: IF ( comps_rec.change_notice is not null AND comps_rec.implementation_date is null) THEN
11899: l_item_org_assignment_tbl(1).Inventory_Item_Id := comps_rec.component_item_id;
11900: l_item_org_assignment_tbl(1).Organization_Id := p_organization_id ;
11901:
11902: EGO_Item_PUB.Process_Item_Org_Assignments(
11903: p_api_version => 1.0
11904: , p_commit => FND_API.G_FALSE
11905: , p_Item_Org_Assignment_Tbl => l_item_org_assignment_tbl
11906: , x_msg_count => l_msg_count