DBA Data[Home] [Help]

APPS.WIP_FLOW_VALIDATION dependencies on BOM_REVISIONS

Line 357: BOM_REVISIONS.Get_Revision

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

Line 433: BOM_REVISIONS.Get_Revision

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