DBA Data[Home] [Help]

APPS.EGO_PUB_FWK_PK dependencies on MTL_SYSTEM_ITEMS_KFV

Line 2112: from mtl_system_items_kfv

2108:
2109: IF (P_PRIVILEGE_NAME = 'EGO_PUBLISH_ITEM') THEN
2110: begin
2111: select concatenated_segments into l_item_number
2112: from mtl_system_items_kfv
2113: where inventory_item_id = l_item_id and organization_id = l_org_id;
2114: exception
2115: when no_data_found then
2116: l_item_number := '(item_id: ' || l_item_id || ', org_id: ' || l_org_id || ')';

Line 2249: from mtl_system_items_kfv

2245: ,p_message => l_err_msg);
2246:
2247: begin
2248: select concatenated_segments into l_item_number
2249: from mtl_system_items_kfv
2250: where inventory_item_id = l_item_id
2251: and organization_id = l_org_id;
2252: exception
2253: when no_data_found then