DBA Data[Home] [Help]

APPS.OKS_QP_INT_PVT dependencies on OKS_CONTRACT_LINE_PUB

Line 423: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;

419: FROM okc_k_lines_b
420: WHERE ID = p_line_id;
421:
422: l_line_rec l_line_csr%ROWTYPE;
423: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;
424: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;
425: l_k_det_rec k_details_rec;
426: -- l_rule_rec OKC_RUL_PVT.rulv_rec_type;
427: l_billed_date DATE;

Line 424: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;

420: WHERE ID = p_line_id;
421:
422: l_line_rec l_line_csr%ROWTYPE;
423: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;
424: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;
425: l_k_det_rec k_details_rec;
426: -- l_rule_rec OKC_RUL_PVT.rulv_rec_type;
427: l_billed_date DATE;
428: BEGIN

Line 488: oks_contract_line_pub.update_line

484: l_kln_rec_in.ID := l_k_det_rec.ID;
485: l_kln_rec_in.status_text := g_billed_line;
486: l_kln_rec_in.object_version_number :=
487: l_k_det_rec.object_version_number;
488: oks_contract_line_pub.update_line
489: (p_api_version => l_api_version,
490: p_init_msg_list => l_init_msg_list,
491: x_return_status => x_return_status,
492: x_msg_count => x_msg_count,

Line 515: oks_contract_line_pub.update_line

511: l_kln_rec_in.ID := l_k_det_rec.ID;
512: l_kln_rec_in.status_text := g_billed_line;
513: l_kln_rec_in.object_version_number :=
514: l_k_det_rec.object_version_number;
515: oks_contract_line_pub.update_line
516: (p_api_version => l_api_version,
517: p_init_msg_list => l_init_msg_list,
518: x_return_status => x_return_status,
519: x_msg_count => x_msg_count,

Line 1739: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;

1735: l_rail_rec oks_tax_util_pvt.ra_rec_type;
1736: l_k_det_rec k_details_rec;
1737: l_khdr_rec_in oks_contract_hdr_pub.khrv_rec_type;
1738: l_khdr_rec_out oks_contract_hdr_pub.khrv_rec_type;
1739: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;
1740: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;
1741: l_clev_rec_in okc_contract_pub.clev_rec_type;
1742: l_clev_rec_out okc_contract_pub.clev_rec_type;
1743: l_scev_rec_in oks_subscr_elems_pub.scev_rec_type;

Line 1740: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;

1736: l_k_det_rec k_details_rec;
1737: l_khdr_rec_in oks_contract_hdr_pub.khrv_rec_type;
1738: l_khdr_rec_out oks_contract_hdr_pub.khrv_rec_type;
1739: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;
1740: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;
1741: l_clev_rec_in okc_contract_pub.clev_rec_type;
1742: l_clev_rec_out okc_contract_pub.clev_rec_type;
1743: l_scev_rec_in oks_subscr_elems_pub.scev_rec_type;
1744: l_scev_rec_out oks_subscr_elems_pub.scev_rec_type;

Line 2317: oks_contract_line_pub.update_line (p_api_version => l_api_version,

2313: x_k_det_rec => l_k_det_rec
2314: );
2315: l_kln_rec_in.ID := l_k_det_rec.ID;
2316: l_kln_rec_in.object_version_number := l_k_det_rec.object_version_number;
2317: oks_contract_line_pub.update_line (p_api_version => l_api_version,
2318: p_init_msg_list => l_init_msg_list,
2319: x_return_status => x_return_status,
2320: x_msg_count => x_msg_count,
2321: x_msg_data => x_msg_data,

Line 2683: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;

2679: l_rail_rec oks_tax_util_pvt.ra_rec_type;
2680: l_k_det_rec k_details_rec;
2681: l_khdr_rec_in oks_contract_hdr_pub.khrv_rec_type;
2682: l_khdr_rec_out oks_contract_hdr_pub.khrv_rec_type;
2683: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;
2684: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;
2685: l_clev_rec_in okc_contract_pub.clev_rec_type;
2686: l_clev_rec_out okc_contract_pub.clev_rec_type;
2687: l_prod_qty NUMBER;

Line 2684: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;

2680: l_k_det_rec k_details_rec;
2681: l_khdr_rec_in oks_contract_hdr_pub.khrv_rec_type;
2682: l_khdr_rec_out oks_contract_hdr_pub.khrv_rec_type;
2683: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;
2684: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;
2685: l_clev_rec_in okc_contract_pub.clev_rec_type;
2686: l_clev_rec_out okc_contract_pub.clev_rec_type;
2687: l_prod_qty NUMBER;
2688: l_serv_qty NUMBER;

Line 3163: oks_contract_line_pub.update_line (p_api_version => l_api_version,

3159: x_k_det_rec => l_k_det_rec
3160: );
3161: l_kln_rec_in.ID := l_k_det_rec.ID;
3162: l_kln_rec_in.object_version_number := l_k_det_rec.object_version_number;
3163: oks_contract_line_pub.update_line (p_api_version => l_api_version,
3164: p_init_msg_list => l_init_msg_list,
3165: x_return_status => x_return_status,
3166: x_msg_count => x_msg_count,
3167: x_msg_data => x_msg_data,

Line 3356: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;

3352: l_rail_rec oks_tax_util_pvt.ra_rec_type;
3353: l_k_det_rec k_details_rec;
3354: l_khdr_rec_in oks_contract_hdr_pub.khrv_rec_type;
3355: l_khdr_rec_out oks_contract_hdr_pub.khrv_rec_type;
3356: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;
3357: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;
3358: l_clev_rec_in okc_contract_pub.clev_rec_type;
3359: l_clev_rec_out okc_contract_pub.clev_rec_type;
3360: l_subs_item BOOLEAN := FALSE;

Line 3357: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;

3353: l_k_det_rec k_details_rec;
3354: l_khdr_rec_in oks_contract_hdr_pub.khrv_rec_type;
3355: l_khdr_rec_out oks_contract_hdr_pub.khrv_rec_type;
3356: l_kln_rec_in oks_contract_line_pub.klnv_rec_type;
3357: l_kln_rec_out oks_contract_line_pub.klnv_rec_type;
3358: l_clev_rec_in okc_contract_pub.clev_rec_type;
3359: l_clev_rec_out okc_contract_pub.clev_rec_type;
3360: l_subs_item BOOLEAN := FALSE;
3361: l_clvl_name VARCHAR2 (240);

Line 3588: oks_contract_line_pub.update_line

3584: );
3585: l_kln_rec_in.ID := l_k_det_rec.ID;
3586: l_kln_rec_in.object_version_number :=
3587: l_k_det_rec.object_version_number;
3588: oks_contract_line_pub.update_line
3589: (p_api_version => l_api_version,
3590: p_init_msg_list => l_init_msg_list,
3591: x_return_status => x_return_status,
3592: x_msg_count => x_msg_count,