DBA Data[Home] [Help]

APPS.BOMPVALR dependencies on BOM_ALTERNATE_DESIGNATORS

Line 120: from bom_alternate_designators

116: if (c1rec.ARD is not null) then /* Check for valid alternate */
117: BEGIN
118: select 1
119: into dummy_id
120: from bom_alternate_designators
121: where organization_id = c1rec.OI
122: and alternate_designator_code = c1rec.ARD;
123: EXCEPTION
124: when NO_DATA_FOUND then