DBA Data[Home] [Help]

APPS.PQH_ATT_SHD dependencies on DUAL

Line 355: cursor c1 is select userenv('LANG') from dual ;

351: l_creation_date pqh_attributes.creation_date%TYPE;
352: l_last_update_date pqh_attributes.last_update_date%TYPE;
353: l_last_update_login pqh_attributes.last_update_login%TYPE;
354: --
355: cursor c1 is select userenv('LANG') from dual ;
356: --
357: --
358: -- developer key is column_name and master_table_alias
359: --

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.