DBA Data[Home] [Help]

APPS.OKE_AGREEMENT_PVT dependencies on OKE_K_TERMS

Line 55: from oke_k_terms

51: is
52:
53: cursor c_term is
54: select to_number(term_value_pk1)
55: from oke_k_terms
56: where term_code = 'RA_PAYMENT_TERMS'
57: and k_header_id = p_object_id
58: and k_line_id is null;
59: