DBA Data[Home] [Help]

APPS.PAY_PSS_TX_STEPS_PKG dependencies on DUAL

Line 146: from dual;

142: --
143: if l_transaction_id is null then
144: select pay_pss_transactions_s.nextval
145: into l_transaction_id
146: from dual;
147: p_transaction_id := l_transaction_id;
148: end if;
149: --
150: -- Create and return the transaction_step_id.

Line 154: from dual;

150: -- Create and return the transaction_step_id.
151: --
152: select pay_pss_transaction_steps_s.nextval
153: into l_transaction_step_id
154: from dual;
155: p_transaction_step_id := l_transaction_step_id;
156: --
157: -- Do the insert.
158: --