DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on BOM_REVISIONS

Line 609: bom_revisions.Get_Revision(

605: l_current_rev VARCHAR2(3);
606: BEGIN
607:
608:
609: bom_revisions.Get_Revision(
610: type => 'PART',
611: eco_status => 'ALL',
612: examine_type => 'IMPL_ONLY',
613: org_id => p_org_id,

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

1364: for c_recorded_comps in recorded_comps(p_orgID, p_wip_ent_id) loop
1365: v_idx := v_idx +1;
1366: l_compTbl.extend;
1367: if(c_recorded_comps.revision_qty_control_code = wip_constants.revision_controlled) then
1368: bom_revisions.get_revision(examine_type => 'ALL',
1369: org_id => p_orgID,
1370: item_id => c_recorded_comps.inventory_item_id,
1371: rev_date => p_txnDate,
1372: itm_rev => l_revision);