DBA Data[Home] [Help]

APPS.PAY_GB_RTI_EYU dependencies on HR_DOCUMENT_EXTRA_INFO

Line 297: select hdei.document_number from hr_document_types hdt,hr_document_extra_info hdei

293: l_package VARCHAR2(100);
294: l_effective_date date;
295: cursor csr_doc_of_rec
296: is
297: select hdei.document_number from hr_document_types hdt,hr_document_extra_info hdei
298: where hdt.category_code = 'PPT_INFO'
299: and hdt.document_type_id = hdei.document_type_id
300: and hdei.person_id = p_person_id;
301: