DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_SWI dependencies on HR_API_TRANSACTIONS

Line 112: from hr_api_transactions hat

108: ,p_time_start IN VARCHAR2
109: ,p_time_end IN VARCHAR2
110: ) IS
111: SELECT 1
112: from hr_api_transactions hat
113: where
114: hat.selected_person_id = p_person_id
115: and hat.TRANSACTION_IDENTIFIER = 'ABSENCES'
116: and hat.STATUS in ('Y','C')