DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on PAY_PSS_TRANSACTIONS_S

Line 613: select pay_pss_transactions_s.nextval

609: pay_ppmv4_utils_ss.seterrorstage(l_proc, 'EXIT:SUCCESS', 10);
610: --
611: -- Return the transaction_id.
612: --
613: select pay_pss_transactions_s.nextval
614: into l_transaction_id
615: from dual;
616: p_transaction_id := to_char(l_transaction_id);
617: add2wf(l_item_type, l_item_key, C_PSS_TXID_WF_ATTRIBUTE, l_transaction_id);