DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_PUB dependencies on INV_EBI_ITEM_PUB

Line 301: IF(p_component_item_tbl(i).transaction_type = INV_EBI_ITEM_PUB.g_otype_create ) THEN

297: END IF;
298: l_is_master_org := INV_EBI_UTIL.is_master_org(l_organization_id);
299: IF(p_component_item_tbl IS NOT NULL AND p_component_item_tbl.COUNT > 0) THEN
300: FOR i IN 1.. p_component_item_tbl.COUNT LOOP
301: IF(p_component_item_tbl(i).transaction_type = INV_EBI_ITEM_PUB.g_otype_create ) THEN
302: l_component_item_name := p_component_item_tbl(i).component_item_name;
303: l_is_component_item_exists := INV_EBI_ITEM_HELPER.is_item_exists(
304: p_organization_id => l_organization_id
305: ,p_item_number => l_component_item_name

Line 364: l_transaction_type := INV_EBI_ITEM_PUB.g_otype_create;

360: IF(INV_EBI_ITEM_HELPER.is_item_exists (
361: p_organization_id => l_organization_id
362: ,p_item_number => p_eco_obj.eco_revised_item_type(i).revised_item_name
363: ) = FND_API.g_false ) THEN
364: l_transaction_type := INV_EBI_ITEM_PUB.g_otype_create;
365: INV_EBI_ITEM_PUB.validate_item (
366: p_transaction_type => l_transaction_type
367: ,p_item => p_eco_obj.eco_revised_item_type(i).item
368: ,x_out => l_item_output

Line 365: INV_EBI_ITEM_PUB.validate_item (

361: p_organization_id => l_organization_id
362: ,p_item_number => p_eco_obj.eco_revised_item_type(i).revised_item_name
363: ) = FND_API.g_false ) THEN
364: l_transaction_type := INV_EBI_ITEM_PUB.g_otype_create;
365: INV_EBI_ITEM_PUB.validate_item (
366: p_transaction_type => l_transaction_type
367: ,p_item => p_eco_obj.eco_revised_item_type(i).item
368: ,x_out => l_item_output
369: ) ;

Line 657: ,p_operation => INV_EBI_ITEM_PUB.g_otype_create

653: --call Create New Production Item API .This will also process existing item information.
654: INV_EBI_UTIL.debug_line('STEP: 40 START CALLING INV_EBI_ITEM_HELPER.sync_item');
655: INV_EBI_ITEM_HELPER.sync_item(
656: p_commit => FND_API.g_false
657: ,p_operation => INV_EBI_ITEM_PUB.g_otype_create
658: ,p_item => l_eco_obj_validate_eco.eco_revised_item_type(i).item
659: ,x_out => l_item_output
660: );
661: INV_EBI_UTIL.debug_line('STEP: 50 END CALLING INV_EBI_ITEM_HELPER.sync_item');

Line 953: ,p_operation => INV_EBI_ITEM_PUB.g_otype_update

949: l_update_item_index := l_update_item_tab(j);
950: INV_EBI_UTIL.debug_line('STEP: 180 START CALLING INV_EBI_ITEM_HELPER.sync_item');
951: INV_EBI_ITEM_HELPER.sync_item(
952: p_commit => FND_API.g_false
953: ,p_operation => INV_EBI_ITEM_PUB.g_otype_update
954: ,p_item => l_item_obj_tbl(j).item_obj
955: ,x_out => l_item_output
956: );
957: INV_EBI_UTIL.debug_line('STEP: 190 END CALLING INV_EBI_ITEM_HELPER.sync_item');