DBA Data[Home] [Help]

APPS.OKS_BILLING_PUB dependencies on OKC_CONTRACT_PUB

Line 1640: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;

1636: p_dnz_chr_id IN NUMBER
1637: ) IS pragma autonomous_transaction;
1638:
1639: l_con_update_date date;
1640: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;
1641: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;
1642: l_cvmv_rec OKC_CVM_PVT.cvmv_rec_type ;
1643: l_cvmv_out_rec OKC_CVM_PVT.cvmv_rec_type ;
1644: l_return_status VARCHAR2(1);

Line 1641: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;

1637: ) IS pragma autonomous_transaction;
1638:
1639: l_con_update_date date;
1640: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;
1641: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;
1642: l_cvmv_rec OKC_CVM_PVT.cvmv_rec_type ;
1643: l_cvmv_out_rec OKC_CVM_PVT.cvmv_rec_type ;
1644: l_return_status VARCHAR2(1);
1645: l_msg_data VARCHAR2(2000);

Line 1681: OKC_CONTRACT_PUB.update_contract_header(

1677:
1678: l_chrv_rec.id := p_dnz_chr_id;
1679: l_chrv_rec.last_update_date := sysdate;
1680:
1681: OKC_CONTRACT_PUB.update_contract_header(
1682: P_API_VERSION => l_api_version,
1683: X_RETURN_STATUS => l_return_status,
1684: P_INIT_MSG_LIST => OKC_API.G_TRUE,
1685: X_MSG_COUNT => l_msg_cnt,

Line 1692: 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);

1688: P_CHRV_REC => l_chrv_rec,
1689: X_CHRV_REC => l_chrv_out_rec);
1690:
1691: IF l_write_log THEN
1692: 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);
1693: END IF;
1694:
1695: COMMIT;
1696:

Line 5466: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;

5462:
5463: X_return_status Varchar2(1); -- was a parameter until subrequest impl.
5464: l_cvmv_rec OKC_CVM_PVT.cvmv_rec_type ;
5465: l_cvmv_out_rec OKC_CVM_PVT.cvmv_rec_type ;
5466: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;
5467: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;
5468: qty_uom_rec QTY_UOM_CSR%rowtype;
5469: l_bill_rec L_BILL_LINE_CSR%rowtype;
5470: l_item_rec L_INV_ITEM_CSR%rowtype;

Line 5467: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;

5463: X_return_status Varchar2(1); -- was a parameter until subrequest impl.
5464: l_cvmv_rec OKC_CVM_PVT.cvmv_rec_type ;
5465: l_cvmv_out_rec OKC_CVM_PVT.cvmv_rec_type ;
5466: l_chrv_rec OKC_CONTRACT_PUB.chrv_rec_type;
5467: l_chrv_out_rec OKC_CONTRACT_PUB.chrv_rec_type;
5468: qty_uom_rec QTY_UOM_CSR%rowtype;
5469: l_bill_rec L_BILL_LINE_CSR%rowtype;
5470: l_item_rec L_INV_ITEM_CSR%rowtype;
5471: