DBA Data[Home] [Help]

APPS.OKL_BPD_TERMINATION_ADJ_PVT dependencies on HR_OPERATING_UNITS

Line 891: FROM okc_k_headers_b chr,hr_operating_units hr

887: chr.currency_code,
888: hr.set_of_books_id
889: -- 02-NOV-2006 ANSETHUR R12B - Legal Entity
890: ,khr.legal_entity_id
891: FROM okc_k_headers_b chr,hr_operating_units hr
892: -- 02-NOV-2006 ANSETHUR R12B - Legal Entity
893: ,OKL_K_HEADERS khr
894: WHERE chr.authoring_org_id = hr.organization_id
895: AND chr.id = p_chr_id

Line 901: l_set_of_books_id hr_operating_units.set_of_books_id%TYPE;

897: AND khr.id = chr.id;
898:
899: l_authoring_org_id okc_k_headers_b.authoring_org_id%TYPE;
900: l_currency_code okc_k_headers_b.currency_code%TYPE;
901: l_set_of_books_id hr_operating_units.set_of_books_id%TYPE;
902: -- 02-NOV-2006 ANSETHUR R12B - Legal Entity
903: l_legal_entity_id okl_k_headers.legal_entity_id%TYPE;
904:
905: CURSOR get_passthru_csr (p_chr_id NUMBER, p_cle_id NUMBER) IS