DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on BOM_REVISIONS

Line 826: bom_revisions.Get_Revision(

822: l_current_rev VARCHAR2(3);
823: BEGIN
824:
825:
826: bom_revisions.Get_Revision(
827: type => 'PART',
828: eco_status => 'ALL',
829: examine_type => 'IMPL_ONLY',
830: org_id => p_org_id,

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

1584: for c_recorded_comps in recorded_comps(p_orgID, p_wip_ent_id) loop
1585: v_idx := v_idx +1;
1586: l_compTbl.extend;
1587: if(c_recorded_comps.revision_qty_control_code = wip_constants.revision_controlled) then
1588: bom_revisions.get_revision(examine_type => 'ALL',
1589: org_id => p_orgID,
1590: item_id => c_recorded_comps.inventory_item_id,
1591: rev_date => p_txnDate,
1592: itm_rev => l_revision);