DBA Data[Home] [Help]

APPS.OKL_ESG_TRANSPORT_PVT dependencies on OKL_STREAM_TRX_DATA

Line 129: INSERT INTO OKL_STREAM_TRX_DATA

125: IF(G_IS_DEBUG_PROCEDURE_ON) THEN
126: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_PROCEDURE, l_module, p_transaction_number||': begin okl_esg_transport_pvt.store_outxml');
127: END IF;
128:
129: INSERT INTO OKL_STREAM_TRX_DATA
130: (id, transaction_number, out_xml)
131: VALUES
132: (p_transaction_number
133: ,p_transaction_number

Line 186: -- 2. Store the outbound xml into OKL_STREAM_TRX_DATA table

182: ----------------------------------------------------------------------------------
183: l_outbound_xml := okl_xmlgen_pvt.generate_xmldocument(p_transaction_number);
184:
185: ----------------------------------------------------------------------------------
186: -- 2. Store the outbound xml into OKL_STREAM_TRX_DATA table
187: ----------------------------------------------------------------------------------
188: store_outxml(p_transaction_number, l_outbound_xml);
189:
190: ----------------------------------------------------------------------------------