DBA Data[Home] [Help]

APPS.HR_DEI_BUS dependencies on HR_LOOKUPS

Line 889: hr_lookups hrl

885:
886: cursor csr_valid_doc_id is
887: select document_type_id
888: from hr_document_types hdt,
889: hr_lookups hrl
890: where hrl.lookup_code = hdt.category_code
891: and hrl.lookup_type = 'DOCUMENT_CATEGORY'
892: and hdt.document_type_id = p_document_type_id;
893: --