DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on BOM_REVISIONS

Line 358: BOM_REVISIONS.Get_Revision

354: /* 3033785 */
355: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,
356: x_released_revs_meaning
357: );
358: BOM_REVISIONS.Get_Revision
359: (type => 'PART',
360: eco_status => x_released_revs_meaning,
361: examine_type => 'ALL',
362: org_id => x_Org_Id,

Line 434: BOM_REVISIONS.Get_Revision

430: /* 3033785 */
431: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,
432: x_released_revs_meaning
433: );
434: BOM_REVISIONS.Get_Revision
435: (type => 'PROCESS',
436: eco_status => x_released_revs_meaning,
437: examine_type => 'ALL',
438: org_id => x_Org_Id,