DBA Data[Home] [Help]

APPS.OKS_AUTH_UTIL_PVT dependencies on OKS_CONTRACT_HDR_PUB

Line 4318: l_khrv_tbl OKS_CONTRACT_HDR_PUB.khrv_tbl_type;

4314: , x_total OUT NOCOPY NUMBER)
4315:
4316: IS
4317:
4318: l_khrv_tbl OKS_CONTRACT_HDR_PUB.khrv_tbl_type;
4319: lx_khrv_tbl OKS_CONTRACT_HDR_PUB.khrv_tbl_type;
4320:
4321: l_klnv_tbl OKS_CONTRACT_LINE_PUB.klnv_tbl_type;
4322: lx_klnv_tbl OKS_CONTRACT_LINE_PUB.klnv_tbl_type;

Line 4319: lx_khrv_tbl OKS_CONTRACT_HDR_PUB.khrv_tbl_type;

4315:
4316: IS
4317:
4318: l_khrv_tbl OKS_CONTRACT_HDR_PUB.khrv_tbl_type;
4319: lx_khrv_tbl OKS_CONTRACT_HDR_PUB.khrv_tbl_type;
4320:
4321: l_klnv_tbl OKS_CONTRACT_LINE_PUB.klnv_tbl_type;
4322: lx_klnv_tbl OKS_CONTRACT_LINE_PUB.klnv_tbl_type;
4323:

Line 4454: OKS_CONTRACT_HDR_PUB.update_header(p_api_version => p_api_version,

4450: --BUG#4066428 hkamdar 01/21/05 added object_version_number
4451: l_khrv_tbl(1).object_version_number := l_hdr_object_ver_num;
4452:
4453:
4454: OKS_CONTRACT_HDR_PUB.update_header(p_api_version => p_api_version,
4455: p_init_msg_list => p_init_msg_list,
4456: x_return_status => l_return_status,
4457: x_msg_count => l_msg_count,
4458: x_msg_data => l_msg_data,

Line 6456: l_khrv_tbl_type_in oks_contract_hdr_pub.khrv_tbl_type;

6452: l_msg_index_out NUMBER;
6453: l_chrv_tbl_in okc_contract_pub.chrv_tbl_type;
6454: l_chrv_tbl_out okc_contract_pub.chrv_tbl_type;
6455: -- Header Level Tax Amount --
6456: l_khrv_tbl_type_in oks_contract_hdr_pub.khrv_tbl_type;
6457: l_khrv_tbl_type_out oks_contract_hdr_pub.khrv_tbl_type;
6458:
6459: -- Header Level Tax Amount --
6460: CURSOR total_amount IS

Line 6457: l_khrv_tbl_type_out oks_contract_hdr_pub.khrv_tbl_type;

6453: l_chrv_tbl_in okc_contract_pub.chrv_tbl_type;
6454: l_chrv_tbl_out okc_contract_pub.chrv_tbl_type;
6455: -- Header Level Tax Amount --
6456: l_khrv_tbl_type_in oks_contract_hdr_pub.khrv_tbl_type;
6457: l_khrv_tbl_type_out oks_contract_hdr_pub.khrv_tbl_type;
6458:
6459: -- Header Level Tax Amount --
6460: CURSOR total_amount IS
6461: SELECT nvl(SUM(price_negotiated), 0) SUM

Line 6526: oks_contract_hdr_pub.update_header(

6522: l_khrv_tbl_type_in(1).chr_id := p_header_id;
6523: l_khrv_tbl_type_in(1).object_version_number := l_get_hdr_details.object_version_number;
6524: l_khrv_tbl_type_in(1).tax_amount := l_total_tax.amount;
6525:
6526: oks_contract_hdr_pub.update_header(
6527: p_api_version => l_api_version,
6528: p_init_msg_list => l_init_msg_list,
6529: x_return_status => l_return_status,
6530: x_msg_count => l_msg_count,