DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on BOM_REVISIONS

Line 506: BOM_REVISIONS.GET_ITEM_REVISION_FN (

502: we.primary_item_id, DECODE (we.entity_type,
503: WIP_CONSTANTS.REPETITIVE, wrs.bom_revision,
504: /*Fixed bug2174078 to support eam and osfm*/
505: wdj.bom_revision),
506: BOM_REVISIONS.GET_ITEM_REVISION_FN (
507: x_released_revs_meaning, -- eco_status
508: 'ALL', -- examine_type
509: br.ORGANIZATION_ID, -- org_id
510: br.purchase_item_id, -- item_id

Line 691: BOM_REVISIONS.GET_ITEM_REVISION_FN (

687: 2, decode(br.purchase_item_id,
688: we.primary_item_id, DECODE (we.entity_type,
689: WIP_CONSTANTS.REPETITIVE,wrs.bom_revision,
690: wdj.bom_revision),
691: BOM_REVISIONS.GET_ITEM_REVISION_FN (
692: x_released_revs_meaning, -- eco_status
693: 'ALL', -- examine_type
694: br.ORGANIZATION_ID, -- org_id
695: br.purchase_item_id, -- item_id

Line 1134: l_rev := BOM_REVISIONS.GET_ITEM_REVISION_FN(

1130:
1131: IF(P_ItemId = P_AssemblyItemId) THEN
1132: l_rev := P_BomRevision;
1133: ELSE
1134: l_rev := BOM_REVISIONS.GET_ITEM_REVISION_FN(
1135: eco_status => x_released_revs_meaning,
1136: examine_type => 'ALL',
1137: org_id => P_OrganizationId,
1138: item_id => P_ItemId,