DBA Data[Home] [Help]

APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_BILLING_METHODS_VL

Line 1732: from oke_billing_methods_vl

1728: where k_header_id = p_bill_rec.k_header_id;
1729:
1730: CURSOR c_billing_method_code IS
1731: select 'x'
1732: from oke_billing_methods_vl
1733: where billing_method_code = p_bill_rec.billing_method_code;
1734:
1735: BEGIN
1736: