DBA Data[Home] [Help]

APPS.PAY_GB_RTI_FPS_ARCHIVE dependencies on HR_DOCUMENT_EXTRA_INFO

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

1400: l_package VARCHAR2(100);
1401: l_effective_date date;
1402: cursor csr_doc_of_rec
1403: is
1404: select hdei.document_number from hr_document_types hdt,hr_document_extra_info hdei
1405: where hdt.category_code = 'PPT_INFO'
1406: and hdt.document_type_id = hdei.document_type_id
1407: and hdei.person_id = p_person_id;
1408: