DBA Data[Home] [Help]

APPS.PQH_DOCUMENTS_SWI dependencies on HR_GENERAL

Line 319: and effective_end_date = hr_general.end_of_time;

315: Select document_attribute_id, object_version_number,effective_start_date
316: from pqh_document_attributes_f
317: where document_id = p_document_id
318: and p_effective_date between effective_start_date and effective_end_date
319: and effective_end_date = hr_general.end_of_time;
320:
321: --
322: --
323: l_current_file_id number;