DBA Data[Home] [Help]

APPS.ICX_POR_SCHEMA_UPLOAD dependencies on ICX_POR_DESCRIPTORID

Line 569: select icx_por_descriptorid.nextval

565: xErrLoc := 200;
566:
567: -- Get the new descriptor id
568:
569: select icx_por_descriptorid.nextval
570: into p_descriptor_id
571: from dual;
572:
573: xErrLoc := 300;

Line 680: select icx_por_descriptorid.nextval

676: -- so we must generate the id here.
677: -- in the other case it has already been generated from the PL/SQL
678: -- create_descriptor that calls it, unlike the edit case
679: if (p_descriptor_id = -1) then
680: select icx_por_descriptorid.nextval
681: into p_descriptor_id_out
682: from dual;
683: end if;
684: