DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on BOM_REVISIONS

Line 545: BOM_REVISIONS.GET_ITEM_REVISION_FN (

541: we.primary_item_id, DECODE (we.entity_type,
542: WIP_CONSTANTS.REPETITIVE, wrs.bom_revision,
543: /*Fixed bug2174078 to support eam and osfm*/
544: wdj.bom_revision),
545: BOM_REVISIONS.GET_ITEM_REVISION_FN (
546: x_released_revs_meaning, -- eco_status
547: 'ALL', -- examine_type
548: br.ORGANIZATION_ID, -- org_id
549: br.purchase_item_id, -- item_id

Line 739: BOM_REVISIONS.GET_ITEM_REVISION_FN (

735: 2, decode(br.purchase_item_id,
736: we.primary_item_id, DECODE (we.entity_type,
737: WIP_CONSTANTS.REPETITIVE,wrs.bom_revision,
738: wdj.bom_revision),
739: BOM_REVISIONS.GET_ITEM_REVISION_FN (
740: x_released_revs_meaning, -- eco_status
741: 'ALL', -- examine_type
742: br.ORGANIZATION_ID, -- org_id
743: br.purchase_item_id, -- item_id

Line 1220: l_rev := BOM_REVISIONS.GET_ITEM_REVISION_FN(

1216:
1217: IF(P_ItemId = P_AssemblyItemId) THEN
1218: l_rev := P_BomRevision;
1219: ELSE
1220: l_rev := BOM_REVISIONS.GET_ITEM_REVISION_FN(
1221: eco_status => x_released_revs_meaning,
1222: examine_type => 'ALL',
1223: org_id => P_OrganizationId,
1224: item_id => P_ItemId,