DBA Data[Home] [Help]

APPS.HR_HRHD_EVENT_DATA_HANDLER SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 23

			Select HRHD_RIR_EVENT_DATA_SEQ.nextval into l_transaction_id from dual;
Line: 31

        		Insert into HR_HRHD_RIR_EVENT_DATA (Transaction_Id,Event_Data,Status) Values (l_transaction_id,p_in_event_data,'Y');
Line: 61

			Select EVENT_DATA into l_event_data from HR_HRHD_RIR_EVENT_DATA where TRANSACTION_ID = p_transaction_id;