DBA Data[Home] [Help]

APPS.OKS_BILLING_PUB dependencies on OKC_CONTRACT_PUB

Line 2213: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;

2209: p_dnz_chr_id IN NUMBER
2210: ) IS pragma autonomous_transaction;
2211:
2212: l_con_update_date date;
2213: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;
2214: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;
2215: l_cvmv_rec OKC_CVM_PVT.cvmv_rec_type ;
2216: l_cvmv_out_rec OKC_CVM_PVT.cvmv_rec_type ;
2217: l_return_status VARCHAR2(1);

Line 2214: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;

2210: ) IS pragma autonomous_transaction;
2211:
2212: l_con_update_date date;
2213: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;
2214: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;
2215: l_cvmv_rec OKC_CVM_PVT.cvmv_rec_type ;
2216: l_cvmv_out_rec OKC_CVM_PVT.cvmv_rec_type ;
2217: l_return_status VARCHAR2(1);
2218: l_msg_data VARCHAR2(2000);

Line 2254: OKC_CONTRACT_PUB.update_contract_header(

2250:
2251: l_chrv_rec.id := p_dnz_chr_id;
2252: l_chrv_rec.last_update_date := sysdate;
2253:
2254: OKC_CONTRACT_PUB.update_contract_header(
2255: P_API_VERSION => l_api_version,
2256: X_RETURN_STATUS => l_return_status,
2257: P_INIT_MSG_LIST => OKC_API.G_TRUE,
2258: X_MSG_COUNT => l_msg_cnt,

Line 2265: FND_FILE.PUT_LINE( FND_FILE.LOG, 'OKS_BILLING_PUB.Calculate_bill => After calling OKC_CONTRACT_PUB.update_contract_header l_return_status '||l_return_status);

2261: P_CHRV_REC => l_chrv_rec,
2262: X_CHRV_REC => l_chrv_out_rec);
2263:
2264: IF l_write_log THEN
2265: FND_FILE.PUT_LINE( FND_FILE.LOG, 'OKS_BILLING_PUB.Calculate_bill => After calling OKC_CONTRACT_PUB.update_contract_header l_return_status '||l_return_status);
2266: END IF;
2267:
2268: COMMIT;
2269:

Line 2405: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;

2401:
2402: X_return_status Varchar2(1); -- was a parameter until subrequest impl.
2403: l_cvmv_rec OKC_CVM_PVT.cvmv_rec_type ;
2404: l_cvmv_out_rec OKC_CVM_PVT.cvmv_rec_type ;
2405: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;
2406: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;
2407: qty_uom_rec QTY_UOM_CSR%rowtype;
2408: l_bill_rec L_BILL_LINE_CSR%rowtype;
2409: l_item_rec L_INV_ITEM_CSR%rowtype;

Line 2406: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;

2402: X_return_status Varchar2(1); -- was a parameter until subrequest impl.
2403: l_cvmv_rec OKC_CVM_PVT.cvmv_rec_type ;
2404: l_cvmv_out_rec OKC_CVM_PVT.cvmv_rec_type ;
2405: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;
2406: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;
2407: qty_uom_rec QTY_UOM_CSR%rowtype;
2408: l_bill_rec L_BILL_LINE_CSR%rowtype;
2409: l_item_rec L_INV_ITEM_CSR%rowtype;
2410: