DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PRINTING_PKG dependencies on OKC_K_HEADERS_B

Line 126: , okc_k_headers_b ch

122:
123: CURSOR c(p_id number) is
124: select org.name
125: from hr_all_organization_units org
126: , okc_k_headers_b ch
127: where org.organization_id = ch.inv_organization_id
128: and ch.id =p_id ;
129:
130: