DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on EGO_ITEM_PUB

Line 2531: EGO_ITEM_PUB.assign_item_to_org(

2527: RAISE FND_API.g_exc_unexpected_error;
2528: END IF;
2529: END IF;
2530:
2531: EGO_ITEM_PUB.assign_item_to_org(
2532: p_api_version => 1.0
2533: ,p_commit => FND_API.g_false
2534: ,p_Item_Number => p_item_name
2535: ,p_Organization_Id => p_organization_id

Line 2581: EGO_ITEM_PUB.Process_Item_Revision(

2577: --If master orgs current revision is not there in context org,create it
2578: IF(l_count = 0) THEN
2579: l_effectivity_date := l_effectivity_date + 1/86400; -- To keep efectivity date of next rev 1 sec higher than earlier rev
2580:
2581: EGO_ITEM_PUB.Process_Item_Revision(
2582: p_api_version => 1.0
2583: ,p_init_msg_list => FND_API.g_false
2584: ,p_commit => FND_API.g_false
2585: ,p_transaction_type => INV_EBI_ITEM_PUB.g_otype_create

Line 2760: l_item_org_assignment_rec EGO_ITEM_PUB.item_org_assignment_rec_type;

2756: l_change_line_tbl ENG_ECO_PUB.change_line_tbl_type;
2757: l_revision VARCHAR2(3);
2758: l_is_component_item_exists VARCHAR2(3);
2759: l_api_version NUMBER:=1.0;
2760: l_item_org_assignment_rec EGO_ITEM_PUB.item_org_assignment_rec_type;
2761: l_item_org_assignment_tbl EGO_ITEM_PUB.item_org_assignment_tbl_type;
2762: l_inventory_item_id NUMBER;
2763: l_organization_id NUMBER;
2764: l_component_item_name VARCHAR2(240);

Line 2761: l_item_org_assignment_tbl EGO_ITEM_PUB.item_org_assignment_tbl_type;

2757: l_revision VARCHAR2(3);
2758: l_is_component_item_exists VARCHAR2(3);
2759: l_api_version NUMBER:=1.0;
2760: l_item_org_assignment_rec EGO_ITEM_PUB.item_org_assignment_rec_type;
2761: l_item_org_assignment_tbl EGO_ITEM_PUB.item_org_assignment_tbl_type;
2762: l_inventory_item_id NUMBER;
2763: l_organization_id NUMBER;
2764: l_component_item_name VARCHAR2(240);
2765: l_master_org NUMBER;