DBA Data[Home] [Help]

APPS.OKE_IMPORT_CONTRACT_PUB dependencies on OKE_K_BILLING_METHODS

Line 3125: insert into oke_k_billing_methods

3121:
3122:
3123: IF l_return_status = 'S' THEN
3124:
3125: insert into oke_k_billing_methods
3126: (
3127: k_header_id,
3128: billing_method_code,
3129: creation_date,

Line 3293: delete from oke_k_billing_methods

3289: FETCH c_check INTO l_check;
3290: CLOSE c_check;
3291:
3292: IF l_check <> 'x' THEN
3293: delete from oke_k_billing_methods
3294: where k_header_id = p_bill_tbl(i).k_header_id
3295: and billing_method_code = p_bill_tbl(i).billing_method_code;
3296: END IF;
3297: END IF;