DBA Data[Home] [Help]

APPS.OKL_PROP_TAX_ADJ_PVT dependencies on OKL_STREAMS_PUB

Line 163: l_stmv_rec Okl_Streams_Pub.stmv_rec_type;

159:
160: -- -------------------------------------------------
161: -- Streams Record
162: -- -------------------------------------------------
163: l_stmv_rec Okl_Streams_Pub.stmv_rec_type;
164: lx_stmv_rec Okl_Streams_Pub.stmv_rec_type;
165: l_init_stmv_rec Okl_Streams_Pub.stmv_rec_type;
166:
167: -- -------------------------------------------------

Line 164: lx_stmv_rec Okl_Streams_Pub.stmv_rec_type;

160: -- -------------------------------------------------
161: -- Streams Record
162: -- -------------------------------------------------
163: l_stmv_rec Okl_Streams_Pub.stmv_rec_type;
164: lx_stmv_rec Okl_Streams_Pub.stmv_rec_type;
165: l_init_stmv_rec Okl_Streams_Pub.stmv_rec_type;
166:
167: -- -------------------------------------------------
168: -- Stream Elements Record

Line 165: l_init_stmv_rec Okl_Streams_Pub.stmv_rec_type;

161: -- Streams Record
162: -- -------------------------------------------------
163: l_stmv_rec Okl_Streams_Pub.stmv_rec_type;
164: lx_stmv_rec Okl_Streams_Pub.stmv_rec_type;
165: l_init_stmv_rec Okl_Streams_Pub.stmv_rec_type;
166:
167: -- -------------------------------------------------
168: -- Stream Elements Record
169: -- -------------------------------------------------

Line 500: Okl_Streams_Pub.create_streams(

496: l_stmv_rec.comments := 'Adjusted Property Tax';
497:
498: FND_FILE.PUT_LINE (FND_FILE.LOG, 'Creating Adjusted Property Tax Streams');
499:
500: Okl_Streams_Pub.create_streams(
501: p_api_version => p_api_version,
502: p_init_msg_list => p_init_msg_list,
503: x_return_status => x_return_status,
504: x_msg_count => x_msg_count,