DBA Data[Home] [Help]

APPS.PQH_ATT_SHD dependencies on PQH_ATTRIBUTES_S

Line 512: select pqh_attributes_s.nextval into l_attribute_id from dual;

508: else
509:
510: -- insert into pqh_attributes and pqh_attributes_tl
511:
512: select pqh_attributes_s.nextval into l_attribute_id from dual;
513:
514:
515: --
516: -- Added the following code as a part of Zero Downtime Patching Project.