DBA Data[Home] [Help]

APPS.OKS_BILL_UTIL_PUB dependencies on OKS_BILL_SCH

Line 1713: l_sll_tbl OKS_BILL_SCH.StreamLvl_tbl;

1709: FROM oks_k_lines_b
1710: WHERE cle_id = p_cle_id;
1711:
1712:
1713: l_sll_tbl OKS_BILL_SCH.StreamLvl_tbl;
1714: l_bill_sch_out_tbl OKS_BILL_SCH.ItemBillSch_tbl;
1715: l_bill_type_rec l_bill_type_csr%ROWTYPE;
1716:
1717: l_line_rec l_line_csr%ROWTYPE;

Line 1714: l_bill_sch_out_tbl OKS_BILL_SCH.ItemBillSch_tbl;

1710: WHERE cle_id = p_cle_id;
1711:
1712:
1713: l_sll_tbl OKS_BILL_SCH.StreamLvl_tbl;
1714: l_bill_sch_out_tbl OKS_BILL_SCH.ItemBillSch_tbl;
1715: l_bill_type_rec l_bill_type_csr%ROWTYPE;
1716:
1717: l_line_rec l_line_csr%ROWTYPE;
1718: l_sll_rec l_sll_csr%ROWTYPE;

Line 1776: OKS_BILL_SCH.Create_Bill_Sch_Rules

1772: RETURN;
1773: END IF;
1774:
1775:
1776: OKS_BILL_SCH.Create_Bill_Sch_Rules
1777: (p_billing_type => nvl(l_bill_type_rec.billing_schedule_type,'T'),
1778: p_sll_tbl => l_sll_tbl,
1779: p_invoice_rule_id => l_line_rec.inv_rule_id,
1780: x_bil_sch_out_tbl => l_bill_sch_out_tbl,

Line 5251: ---this will be called from oks_bill_sch (cascade_dates_all and create_bill_sch_cp).

5247:
5248: ---This proceudre will check if subline end date <= max billed date and billed amount <> line amt
5249: ---then it will update line amt to billed amt.
5250: --if subline amt gets updated then top line and header amt will also get changed.
5251: ---this will be called from oks_bill_sch (cascade_dates_all and create_bill_sch_cp).
5252:
5253: x_return_status := 'S';
5254:
5255: l_subline_update := 0;