DBA Data[Home] [Help]

APPS.BOMPVALB dependencies on BOM_ALTERNATE_DESIGNATORS

Line 110: from bom_alternate_designators

106: if (c1rec.ABD is not null) then /* Check for valid alternate */
107: BEGIN
108: select 1
109: into dummy_id
110: from bom_alternate_designators
111: where organization_id = c1rec.OI
112: and alternate_designator_code = c1rec.ABD;
113: EXCEPTION
114: when NO_DATA_FOUND then