DBA Data[Home] [Help]

APPS.WIP_BFLPROC_PRIV dependencies on BOM_REVISIONS

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

574: Added eco_status parameter to ensure that the revision being
575: backflushed will be determind by the profile WIP_RELEASED_REVS */
576:
577: if(l_reqRec.revControlCode = wip_constants.revision_controlled) then
578: bom_revisions.get_revision(examine_type => 'ALL',
579: eco_status => l_released_revs_meaning,
580: org_id => p_orgID,
581: item_id => l_reqRec.itemID,
582: rev_date => p_txnDate,

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

1355: l_compRec.priQty := l_compRec.priQty / (1 - l_compRec.shrinkageRate);
1356: end if;
1357:
1358: if(l_compRec.revControlCode = wip_constants.revision_controlled) then --Bug#14629377:Passing TxnDate when BomRevDate is null,bomrevdate is null when wip_entity_id is null for WOLC
1359: bom_revisions.get_revision(examine_type => 'ALL',
1360: eco_status => l_released_revs_meaning,/*Added for bug fix: 7721526 (FP of bug 7553760)*/
1361: org_id => p_orgID,
1362: item_id => l_compRec.itemID,
1363: --rev_date => p_txnDate,