DBA Data[Home] [Help]

APPS.OKE_FORM_DD250 dependencies on OKE_K_HEADERS_V

Line 33: from oke_k_headers_v

29: l_org_id NUMBER; -- for MOAC
30:
31: cursor c_org is
32: select authoring_org_id
33: from oke_k_headers_v
34: where k_header_id =P_form_Header_id;
35:
36:
37: BEGIN