DBA Data[Home] [Help]

APPS.EGO_UI_ITEM_PUB dependencies on EGO_ITEM_MSG

Line 106: EGO_Item_Msg.Add_Error_Message

102: FETCH c_copy_item_info into l_orig_item_rec;
103: IF c_copy_item_info%NOTFOUND THEN
104: developer_debug (' Invalid item informatin passed');
105: -- no items found to copy from
106: EGO_Item_Msg.Add_Error_Message
107: (p_entity_index => 1
108: ,p_application_short_name => 'EGO'
109: ,p_message_name => 'EGO_IPI_INVALID_ITEM'
110: ,p_token_name1 => 'ITEM'

Line 544: EGO_Item_Msg.Add_Error_Message

540: OPEN c_get_context_org (cp_template_id => p_template_id);
541: FETCH c_get_context_org INTO l_org_id;
542: CLOSE c_get_context_org;
543: IF ( (l_org_id is NOT NULL) AND (l_org_id <> p_organization_id) ) THEN
544: EGO_Item_Msg.Add_Error_Message
545: (p_entity_index => 1
546: ,p_application_short_name => 'EGO'
547: ,p_message_name => 'EGO_INVALID_TEMPLATE_ORG'
548: ,p_token_name1 => 'TEMPLATE_NAME'

Line 1851: EGO_Item_Msg.Add_Error_Message

1847: -- need to add code here
1848: -- check if the correct signature is passed.
1849: IF p_api_version <> l_api_version THEN
1850: -- invalid api version, return back immediately.
1851: EGO_Item_Msg.Add_Error_Message
1852: (p_entity_index => indx
1853: ,p_application_short_name => 'EGO'
1854: ,p_message_name => 'EGO_PKG_INVALID_API_VER'
1855: ,p_token_name1 => 'PACKAGE'

Line 1895: EGO_Item_Msg.Add_Error_Message

1891: END IF; -- x-return_status fro initialize_template_info
1892: END IF; -- x-return_status fro initialize_item_info
1893: ELSE
1894: developer_debug (' No inventory item id OR organization id passed ');
1895: EGO_Item_Msg.Add_Error_Message
1896: (p_entity_index => indx
1897: ,p_application_short_name => 'EGO'
1898: ,p_message_name => 'EGO_PKG_MAND_VALUES_MISS'
1899: ,p_token_name1 => 'PACKAGE'

Line 2162: EGO_Item_Msg.Add_Error_Message ( indx, 'EGO', 'EGO_PKG_UNEXPECTED_ERROR',

2158: IF c_get_orig_item_rev_details%ISOPEN THEN
2159: CLOSE c_get_orig_item_rev_details;
2160: END IF;
2161: x_return_status := G_RET_STS_UNEXP_ERROR;
2162: EGO_Item_Msg.Add_Error_Message ( indx, 'EGO', 'EGO_PKG_UNEXPECTED_ERROR',
2163: 'PACKAGE', G_PKG_NAME, FALSE,
2164: 'PROCEDURE', l_api_name, FALSE,
2165: 'ERROR_TEXT', SQLERRM, FALSE );
2166: