DBA Data[Home] [Help]

APPS.PAY_PSS_TX_STEPS_PKG dependencies on DUAL

Line 84: from dual;

80: --
81: if l_transaction_id is null then
82: select pay_pss_transactions_s.nextval
83: into l_transaction_id
84: from dual;
85: p_transaction_id := l_transaction_id;
86: end if;
87: --
88: -- Create and return the transaction_step_id.

Line 92: from dual;

88: -- Create and return the transaction_step_id.
89: --
90: select pay_pss_transaction_steps_s.nextval
91: into l_transaction_step_id
92: from dual;
93: p_transaction_step_id := l_transaction_step_id;
94: --
95: -- Do the insert.
96: --