DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on BOM_REVISIONS

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

1315:
1316: END IF;
1317:
1318: /* 2620282 : Selecting bom revision date to pass it in the
1319: call to BOM_REVISIONS.get_item_revision_fn while getting config line
1320: information to perform reservation */
1321:
1322: /* 4162494 : Join with wip_parameters assumes mfg org is the distribution org
1323: which is incorrect. */

Line 1378: BOM_REVISIONS.get_item_revision_fn (

1374: oeh.source_document_type_id, -- bugfix 1799874: to check if it is an internal SO or regular
1375: -- 2776026: Pass revision only if item is revision contol.
1376: -- 2620282: Selecting bom revision information
1377: decode( nvl(msi.revision_qty_control_code, 1), 1, NULL ,
1378: BOM_REVISIONS.get_item_revision_fn (
1379: 'ALL',
1380: 'ALL',
1381: oel.ship_from_org_id,
1382: oel.inventory_item_id,