DBA Data[Home] [Help]

APPS.OKS_BILL_UTIL_PUB dependencies on OKS_BILL_SCH

Line 1679: l_sll_tbl OKS_BILL_SCH.StreamLvl_tbl;

1675: FROM oks_k_lines_b
1676: WHERE cle_id = p_cle_id;
1677:
1678:
1679: l_sll_tbl OKS_BILL_SCH.StreamLvl_tbl;
1680: l_bill_sch_out_tbl OKS_BILL_SCH.ItemBillSch_tbl;
1681: l_bill_type_rec l_bill_type_csr%ROWTYPE;
1682:
1683: l_line_rec l_line_csr%ROWTYPE;

Line 1680: l_bill_sch_out_tbl OKS_BILL_SCH.ItemBillSch_tbl;

1676: WHERE cle_id = p_cle_id;
1677:
1678:
1679: l_sll_tbl OKS_BILL_SCH.StreamLvl_tbl;
1680: l_bill_sch_out_tbl OKS_BILL_SCH.ItemBillSch_tbl;
1681: l_bill_type_rec l_bill_type_csr%ROWTYPE;
1682:
1683: l_line_rec l_line_csr%ROWTYPE;
1684: l_sll_rec l_sll_csr%ROWTYPE;

Line 1742: OKS_BILL_SCH.Create_Bill_Sch_Rules

1738: RETURN;
1739: END IF;
1740:
1741:
1742: OKS_BILL_SCH.Create_Bill_Sch_Rules
1743: (p_billing_type => nvl(l_bill_type_rec.billing_schedule_type,'T'),
1744: p_sll_tbl => l_sll_tbl,
1745: p_invoice_rule_id => l_line_rec.inv_rule_id,
1746: x_bil_sch_out_tbl => l_bill_sch_out_tbl,

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

4753:
4754: ---This proceudre will check if subline end date <= max billed date and billed amount <> line amt
4755: ---then it will update line amt to billed amt.
4756: --if subline amt gets updated then top line and header amt will also get changed.
4757: ---this will be called from oks_bill_sch (cascade_dates_all and create_bill_sch_cp).
4758:
4759: x_return_status := 'S';
4760:
4761: l_subline_update := 0;