DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_CONTRACT_PVT

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

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

Line 11749: subtype chrv_rec_type is okc_contract_pvt.chrv_rec_type;

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

Line 11780: subtype cacv_rec_type is okc_contract_pvt.cacv_rec_type;

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

Line 11957: subtype clev_rec_type is okc_contract_pvt.clev_rec_type;

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