DBA Data[Home] [Help]

APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_BILLING_METHODS_VL

Line 3019: from oke_billing_methods_vl

3015: where k_header_id = p_bill_rec.k_header_id;
3016:
3017: CURSOR c_billing_method_code IS
3018: select 'x'
3019: from oke_billing_methods_vl
3020: where billing_method_code = p_bill_rec.billing_method_code;
3021:
3022: BEGIN
3023: