DBA Data[Home] [Help]

APPS.OKL_BPD_TERMINATION_ADJ_PVT dependencies on HR_OPERATING_UNITS

Line 967: FROM okc_k_headers_b chr,hr_operating_units hr

963: chr.currency_code,
964: hr.set_of_books_id
965: -- 02-NOV-2006 ANSETHUR R12B - Legal Entity
966: ,khr.legal_entity_id
967: FROM okc_k_headers_b chr,hr_operating_units hr
968: -- 02-NOV-2006 ANSETHUR R12B - Legal Entity
969: ,OKL_K_HEADERS khr
970: WHERE chr.authoring_org_id = hr.organization_id
971: AND chr.id = p_chr_id

Line 977: l_set_of_books_id hr_operating_units.set_of_books_id%TYPE;

973: AND khr.id = chr.id;
974:
975: l_authoring_org_id okc_k_headers_b.authoring_org_id%TYPE;
976: l_currency_code okc_k_headers_b.currency_code%TYPE;
977: l_set_of_books_id hr_operating_units.set_of_books_id%TYPE;
978: -- 02-NOV-2006 ANSETHUR R12B - Legal Entity
979: l_legal_entity_id okl_k_headers.legal_entity_id%TYPE;
980:
981: CURSOR get_passthru_csr (p_chr_id NUMBER, p_cle_id NUMBER) IS