DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on BOM_REVISIONS

Line 570: bom_revisions.get_revision(examine_type => 'ALL',

566: Added eco_status parameter to ensure that the revision being
567: backflushed will be determind by the profile WIP_RELEASED_REVS */
568:
569: if(l_reqRec.revControlCode = wip_constants.revision_controlled) then
570: bom_revisions.get_revision(examine_type => 'ALL',
571: eco_status=>l_released_revs_meaning,
572: org_id => p_orgID,
573: item_id => l_reqRec.itemID,
574: rev_date => p_txnDate,

Line 1312: bom_revisions.get_revision(examine_type => 'ALL',

1308: l_compRec.priQty := l_compRec.priQty / (1 - l_compRec.shrinkageRate);
1309: end if;
1310:
1311: if(l_compRec.revControlCode = wip_constants.revision_controlled) then
1312: bom_revisions.get_revision(examine_type => 'ALL',
1313: org_id => p_orgID,
1314: item_id => l_compRec.itemID,
1315: rev_date => p_txnDate,
1316: itm_rev => l_revision);