DBA Data[Home] [Help]

APPS.OKL_VP_COPY_CONTRACT_PVT dependencies on OKC_CONTRACT_PUB

Line 4: SUBTYPE gvev_rec_type IS OKC_CONTRACT_PUB.gvev_rec_type;

1: PACKAGE BODY okl_vp_copy_contract_pvt as
2: /*$Header: OKLRCPXB.pls 120.8 2008/02/15 11:03:00 abhsaxen noship $*/
3:
4: SUBTYPE gvev_rec_type IS OKC_CONTRACT_PUB.gvev_rec_type;
5: SUBTYPE chrv_rec_type IS OKC_CONTRACT_PUB.chrv_rec_type;
6: --fmiao copy pa associations--
7: subtype vasv_rec_type is okl_vas_pvt.vasv_rec_type;
8: subtype vasv_tbl_type is okl_vas_pvt.vasv_tbl_type;

Line 5: SUBTYPE chrv_rec_type IS OKC_CONTRACT_PUB.chrv_rec_type;

1: PACKAGE BODY okl_vp_copy_contract_pvt as
2: /*$Header: OKLRCPXB.pls 120.8 2008/02/15 11:03:00 abhsaxen noship $*/
3:
4: SUBTYPE gvev_rec_type IS OKC_CONTRACT_PUB.gvev_rec_type;
5: SUBTYPE chrv_rec_type IS OKC_CONTRACT_PUB.chrv_rec_type;
6: --fmiao copy pa associations--
7: subtype vasv_rec_type is okl_vas_pvt.vasv_rec_type;
8: subtype vasv_tbl_type is okl_vas_pvt.vasv_tbl_type;
9:

Line 101: OKC_CONTRACT_PUB.create_governance(

97: x_gvev_rec => l_gvev_rec);
98: l_gvev_rec.chr_id := p_to_chr_id;
99: l_gvev_rec.dnz_chr_id := p_to_chr_id;
100: IF(l_return_status = OKL_API.G_RET_STS_SUCCESS)THEN
101: OKC_CONTRACT_PUB.create_governance(
102: p_api_version => p_api_version,
103: p_init_msg_list => p_init_msg_list,
104: x_return_status => l_return_status,
105: x_msg_count => x_msg_count,

Line 215: l_cpsv_rec OKC_CONTRACT_PUB.cpsv_rec_type;

211: l_authoring_org_id NUMBER; --CDUBEY l_authoring_org_id added for MOAC
212:
213: l1_header_rec chrv_rec_type;
214: l2_header_rec chrv_rec_type;
215: l_cpsv_rec OKC_CONTRACT_PUB.cpsv_rec_type;
216:
217: CURSOR cur_k_header(p_id number) IS
218: SELECT contract_number,sts_code,authoring_org_id FROM okc_k_headers_v
219: WHERE id=p_id;

Line 561: OKC_CONTRACT_PUB.update_contract_header(

557: l1_header_rec.sts_code := 'NEW';
558: l1_header_rec.org_id :=l_authoring_org_id; --CDUBEY added for MOAC
559:
560:
561: OKC_CONTRACT_PUB.update_contract_header(
562: p_api_version => l_api_version,
563: x_return_status => x_return_status,
564: p_init_msg_list => OKL_API.G_TRUE,
565: x_msg_count => x_msg_count,