DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on CS_TXN_BILLING_OETXN_ALL

Line 16542: from cs_txn_billing_oetxn_all tb, cs_txn_billing_types tt

16538:
16539: --Fixed Bug # 3325667 added p_org_id to procedure get_line_type
16540: CURSOR get_line_type_csr IS
16541: select tb.line_type_id
16542: from cs_txn_billing_oetxn_all tb, cs_txn_billing_types tt
16543: where tb.txn_billing_type_id = p_txn_billing_type_id
16544: and tb.txn_billing_type_id = tt.txn_billing_type_id and
16545: tb.org_id = p_org_id;
16546: