DBA Data[Home] [Help]

APPS.OKL_BPD_CAP_ADV_MON_PVT dependencies on OKC_K_HEADERS_B

Line 162: FROM OKC_K_HEADERS_B

158:
159: -- get org_id for contract
160: CURSOR c_get_org_id (cp_contract_num IN VARCHAR2) IS
161: SELECT authoring_org_id
162: FROM OKC_K_HEADERS_B
163: WHERE contract_number = cp_contract_num;
164:
165: ----------
166: