DBA Data[Home] [Help]

APPS.OKL_VENDOR_REFUND_PVT dependencies on OKL_CURE_RFND_STAGE_PUB

Line 166: l_crsv_rec OKL_cure_rfnd_stage_pub.crsv_rec_type;

162: l_cures_in_possession NUMBER := 0;
163:
164: l_camv_rec OKL_cure_amounts_pub.camv_rec_type;
165: x_camv_rec OKL_cure_amounts_pub.camv_rec_type;
166: l_crsv_rec OKL_cure_rfnd_stage_pub.crsv_rec_type;
167: x_crsv_rec OKL_cure_rfnd_stage_pub.crsv_rec_type;
168: l_msg_count NUMBER;
169: l_msg_data VARCHAR2(32627);
170: l_error_msg_tbl error_message_type;

Line 167: x_crsv_rec OKL_cure_rfnd_stage_pub.crsv_rec_type;

163:
164: l_camv_rec OKL_cure_amounts_pub.camv_rec_type;
165: x_camv_rec OKL_cure_amounts_pub.camv_rec_type;
166: l_crsv_rec OKL_cure_rfnd_stage_pub.crsv_rec_type;
167: x_crsv_rec OKL_cure_rfnd_stage_pub.crsv_rec_type;
168: l_msg_count NUMBER;
169: l_msg_data VARCHAR2(32627);
170: l_error_msg_tbl error_message_type;
171:

Line 253: OKL_cure_rfnd_stage_pub.insert_cure_refunds

249: FROM DUAL;
250:
251: write_log(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Before Inserting Cure Refunds');
252:
253: OKL_cure_rfnd_stage_pub.insert_cure_refunds
254: ( p_api_version => p_api_version
255: ,p_init_msg_list => p_init_msg_list
256: ,x_return_status => l_return_status
257: ,x_msg_count => l_msg_count

Line 262: okl_debug_pub.logmessage('OKL_VENDOR_REFUND_PVT : CALC_CURE_REFUND : OKL_cure_rfnd_stage_pub.insert_cure_refunds : '||l_return_status);

258: ,x_msg_data => l_msg_data
259: ,p_crsv_rec => l_crsv_rec
260: ,x_crsv_rec => x_crsv_rec);
261:
262: okl_debug_pub.logmessage('OKL_VENDOR_REFUND_PVT : CALC_CURE_REFUND : OKL_cure_rfnd_stage_pub.insert_cure_refunds : '||l_return_status);
263: IF (l_return_status <> FND_Api.G_RET_STS_SUCCESS )
264: THEN
265: write_log(FND_MSG_PUB.G_MSG_LVL_DEBUG_MEDIUM, ' Error Inserting Cure Refunds');
266: RAISE Fnd_Api.G_EXC_ERROR;