DBA Data[Home] [Help]

APPS.PAY_GB_RTI_FPS dependencies on HR_DOCUMENT_EXTRA_INFO

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

1100: l_package VARCHAR2(100);
1101: l_effective_date date;
1102: cursor csr_doc_of_rec
1103: is
1104: select hdei.document_number from hr_document_types hdt,hr_document_extra_info hdei
1105: where hdt.category_code = 'PPT_INFO'
1106: and hdt.document_type_id = hdei.document_type_id
1107: and hdei.person_id = p_person_id;
1108: