DBA Data[Home] [Help]

APPS.ASO_FIND_HIERARCHY_PVT dependencies on MTL_ITEM_REVISIONS

Line 138: From mtl_item_revisions

134:
135: Cursor c_item_revision(p_inventory_item_id Number,
136: p_organization_id Number) Is
137: Select MAX(Revision)
138: From mtl_item_revisions
139: Where inventory_item_id = p_inventory_item_id
140: and organization_id = p_organization_id
141: and trunc(sysdate) >= trunc(effectivity_date);
142: