DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PRINTING_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 125: from hr_all_organization_units org

121: --l_own_org_name VARCHAR2(60);
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: