DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_HELPER dependencies on INV_EBI_ITEM_PUB

Line 3419: ,p_transaction_type => INV_EBI_ITEM_PUB.g_otype_create

3415: EGO_ITEM_PUB.Process_Item_Revision(
3416: p_api_version => 1.0
3417: ,p_init_msg_list => FND_API.g_false
3418: ,p_commit => FND_API.g_false
3419: ,p_transaction_type => INV_EBI_ITEM_PUB.g_otype_create
3420: ,p_inventory_item_id => NULL
3421: ,p_item_number => p_item_name
3422: ,p_organization_id => p_organization_id
3423: ,p_Organization_Code => NULL

Line 4897: l_transaction_type := INV_EBI_ITEM_PUB.g_otype_create ;

4893: p_alternate_bom_code => p_alternate_bom_code
4894: );
4895:
4896: IF(l_is_bom_exists = fnd_api.g_false ) THEN
4897: l_transaction_type := INV_EBI_ITEM_PUB.g_otype_create ;
4898: ELSE
4899: l_transaction_type := INV_EBI_ITEM_PUB.g_otype_update;
4900:
4901: --Bug 7196996

Line 4899: l_transaction_type := INV_EBI_ITEM_PUB.g_otype_update;

4895:
4896: IF(l_is_bom_exists = fnd_api.g_false ) THEN
4897: l_transaction_type := INV_EBI_ITEM_PUB.g_otype_create ;
4898: ELSE
4899: l_transaction_type := INV_EBI_ITEM_PUB.g_otype_update;
4900:
4901: --Bug 7196996
4902: /* process_common_bom_orgs(
4903: p_assembly_item_name => p_assembly_item_name,

Line 4985: IF(l_transaction_type = INV_EBI_ITEM_PUB.g_otype_update) THEN

4981: END IF;
4982: END IF;
4983:
4984: --Start of Bug 13340150
4985: IF(l_transaction_type = INV_EBI_ITEM_PUB.g_otype_update) THEN
4986: l_bom_already_commoned := is_bom_already_commoned(
4987: p_item_number => p_assembly_item_name,
4988: p_organization_code => p_organization_code,
4989: p_alternate_bom_code => p_alternate_bom_code