DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on BOM_REVISIONS

Line 1326: call to BOM_REVISIONS.get_item_revision_fn while getting config line

1322:
1323: END IF;
1324:
1325: /* 2620282 : Selecting bom revision date to pass it in the
1326: call to BOM_REVISIONS.get_item_revision_fn while getting config line
1327: information to perform reservation */
1328:
1329: /* 4162494 : Join with wip_parameters assumes mfg org is the distribution org
1330: which is incorrect. */

Line 1385: BOM_REVISIONS.get_item_revision_fn (

1381: oeh.source_document_type_id, -- bugfix 1799874: to check if it is an internal SO or regular
1382: -- 2776026: Pass revision only if item is revision contol.
1383: -- 2620282: Selecting bom revision information
1384: decode( nvl(msi.revision_qty_control_code, 1), 1, NULL ,
1385: BOM_REVISIONS.get_item_revision_fn (
1386: 'ALL',
1387: 'ALL',
1388: oel.ship_from_org_id,
1389: oel.inventory_item_id,