DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on OKL_SUBSIDY_RFND_DTLS_PVT

Line 27164: l_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;

27160:
27161: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
27162: x_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
27163:
27164: l_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;
27165: x_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;
27166:
27167: CURSOR vendor_csr (p_name VARCHAR2) IS
27168: SELECT vendor_id

Line 27165: x_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;

27161: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
27162: x_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
27163:
27164: l_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;
27165: x_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;
27166:
27167: CURSOR vendor_csr (p_name VARCHAR2) IS
27168: SELECT vendor_id
27169: FROM po_vendors

Line 27380: okl_subsidy_rfnd_dtls_pvt.create_refund_dtls(

27376: debug_message('l_srfvv_rec.payment_term_id: '||l_srfvv_rec.payment_term_id);
27377: debug_message('l_srfvv_rec.payment_method_code: '||l_srfvv_rec.payment_method_code);
27378: debug_message('l_srfvv_rec.pay_group_code: '||l_srfvv_rec.pay_group_code);
27379:
27380: okl_subsidy_rfnd_dtls_pvt.create_refund_dtls(
27381: p_api_version => 1.0,
27382: p_init_msg_list => OKL_API.G_FALSE,
27383: x_return_status => x_return_status,
27384: x_msg_count => x_msg_count,

Line 27390: debug_message('okl_subsidy_rfnd_dtls_pvt.create_refund_dtls: '||x_return_status);

27386: p_srfvv_rec => l_srfvv_rec,
27387: x_srfvv_rec => x_srfvv_rec
27388: );
27389:
27390: debug_message('okl_subsidy_rfnd_dtls_pvt.create_refund_dtls: '||x_return_status);
27391: IF (x_return_status <> OKL_API.G_RET_STS_SUCCESS) THEN
27392: RAISE subsidy_failed;
27393: END IF;
27394: