DBA Data[Home] [Help]

APPS.CS_CHARGE_DETAILS_PVT dependencies on CS_TXN_BILLING_OETXN_ALL

Line 14971: from cs_txn_billing_oetxn_all tb, cs_txn_billing_types tt

14967:
14968: --Fixed Bug # 3325667 added p_org_id to procedure get_line_type
14969: CURSOR get_line_type_csr IS
14970: select tb.line_type_id
14971: from cs_txn_billing_oetxn_all tb, cs_txn_billing_types tt
14972: where tb.txn_billing_type_id = p_txn_billing_type_id
14973: and tb.txn_billing_type_id = tt.txn_billing_type_id and
14974: tb.org_id = p_org_id;
14975: