DBA Data[Home] [Help]

APPS.POR_RCV_POST_QUERY_PKG dependencies on MTL_SYSTEM_ITEMS_KFV

Line 64: from mtl_system_items_kfv

60:
61: begin
62: select concatenated_segments
63: into pItemNum
64: from mtl_system_items_kfv
65: where inventory_item_id = pItemId
66: and organization_id = pOrgId;
67: exception
68: when no_data_found then