DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on OKL_SUBSIDY_RFND_DTLS_PVT

Line 26892: l_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;

26888:
26889: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
26890: x_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
26891:
26892: l_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;
26893: x_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;
26894:
26895: CURSOR vendor_csr (p_name VARCHAR2) IS
26896: SELECT vendor_id

Line 26893: x_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;

26889: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
26890: x_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
26891:
26892: l_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;
26893: x_srfvv_rec okl_subsidy_rfnd_dtls_pvt.srfvv_rec_type;
26894:
26895: CURSOR vendor_csr (p_name VARCHAR2) IS
26896: SELECT vendor_id
26897: FROM po_vendors

Line 27108: okl_subsidy_rfnd_dtls_pvt.create_refund_dtls(

27104: debug_message('l_srfvv_rec.payment_term_id: '||l_srfvv_rec.payment_term_id);
27105: debug_message('l_srfvv_rec.payment_method_code: '||l_srfvv_rec.payment_method_code);
27106: debug_message('l_srfvv_rec.pay_group_code: '||l_srfvv_rec.pay_group_code);
27107:
27108: okl_subsidy_rfnd_dtls_pvt.create_refund_dtls(
27109: p_api_version => 1.0,
27110: p_init_msg_list => OKL_API.G_FALSE,
27111: x_return_status => x_return_status,
27112: x_msg_count => x_msg_count,

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

27114: p_srfvv_rec => l_srfvv_rec,
27115: x_srfvv_rec => x_srfvv_rec
27116: );
27117:
27118: debug_message('okl_subsidy_rfnd_dtls_pvt.create_refund_dtls: '||x_return_status);
27119: IF (x_return_status <> OKL_API.G_RET_STS_SUCCESS) THEN
27120: RAISE subsidy_failed;
27121: END IF;
27122: