DBA Data[Home] [Help]

APPS.PO_ITEMS_SV2 dependencies on MTL_PARAMETERS

Line 285: from mtl_parameters

281:
282:
283: Select starting_revision
284: into default_item_revision
285: from mtl_parameters
286: where organization_id = X_to_organization_id;
287:
288:
289: ELSE