DBA Data[Home] [Help]

APPS.OE_DROP_SHIP_PVT dependencies on SO_HOLDS

Line 150: from so_holds

146: end if;
147:
148: begin
149: select name into holdname
150: from so_holds
151: where hold_id = p_holdid;
152:
153: exception
154: when no_data_found then return null;