DBA Data[Home] [Help]

APPS.GHR_PDH_API SQL Statements

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

Line: 25

    select   pdh.pd_routing_history_id,
             pdh.object_version_number,
             pdh.action_taken
    from     ghr_pd_routing_history pdh
    where    pdh.position_description_id = p_position_description_id
    order by pdh.pd_routing_history_id desc;