DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_CONTRACT_PVT

Line 615: If (OKC_CONTRACT_PVT.Is_Process_Active(p_chr_id) = 'Y') Then

611: BEGIN
612: IF p_chr_id IS NOT NULL THEN
613:
614: -- No update allowed if process is active for the contract
615: If (OKC_CONTRACT_PVT.Is_Process_Active(p_chr_id) = 'Y') Then
616: RETURN(FALSE);
617: End If;
618: IF OKC_ASSENT_PUB.HEADER_OPERATION_ALLOWED(p_chr_id,'UPDATE') = 'T' THEN
619: OPEN c_locked_user(p_chr_id);

Line 11750: subtype chrv_rec_type is okc_contract_pvt.chrv_rec_type;

11746: price_details_rec OKS_QP_PKG.PRICE_DETAILS;
11747: modifier_det_tbl QP_PREQ_GRP.LINE_DETAIL_TBL_TYPE;
11748: price_break_det_tbl OKS_QP_PKG.G_PRICE_BREAK_TBL_TYPE;
11749:
11750: subtype chrv_rec_type is okc_contract_pvt.chrv_rec_type;
11751: l_chrv_rec chrv_rec_type;
11752: x_chrv_rec chrv_rec_type;
11753:
11754: l_billing_type VARCHAR2(2000);

Line 11781: subtype cacv_rec_type is okc_contract_pvt.cacv_rec_type;

11777: l_est_obj_num NUMBER;
11778:
11779:
11780: -- To delete security levels
11781: subtype cacv_rec_type is okc_contract_pvt.cacv_rec_type;
11782: cacv_rec cacv_rec_type;
11783:
11784: --Partial Period Uptake changes
11785: l_SrcContractPPSetupExists_YN VARCHAR2(1);

Line 11958: subtype clev_rec_type is okc_contract_pvt.clev_rec_type;

11954: l_temp VARCHAR2(2);
11955: l_hdr_inv_rule NUMBER;
11956: l_line_inv_rule NUMBER;
11957:
11958: subtype clev_rec_type is okc_contract_pvt.clev_rec_type;
11959: l_clev_rec clev_rec_type;
11960: x_clev_rec clev_rec_type;
11961: l_id NUMBER;
11962: