DBA Data[Home] [Help]

APPS.PQH_TCA_SHD dependencies on PQH_TXN_CATEGORY_ATTRIBUTES_S

Line 467: select pqh_txn_category_attributes_s.nextval into l_txn_category_attribute_id from dual;

463: else
464:
465: -- insert into pqh_txn_category_attributes table
466:
467: select pqh_txn_category_attributes_s.nextval into l_txn_category_attribute_id from dual;
468:
469: --
470: -- Added the following code as a part of Zero Downtime Patching Project.
471: -- Code Starts Here.

Line 536: select pqh_txn_category_attributes_s.nextval into l_txn_category_attribute_id from dual;

532: For lcl_tca_rec in csr_local_txn_cat_id loop
533: --
534: l_transaction_category_id := lcl_tca_rec.transaction_category_id;
535:
536: select pqh_txn_category_attributes_s.nextval into l_txn_category_attribute_id from dual;
537:
538: --
539: -- Added the following code as a part of Zero Downtime Patching Project.
540: -- Code Starts Here.