DBA Data[Home] [Help]

APPS.HR_PDC_SHD SQL Statements

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

Line: 48

    select
       person_deplymt_contact_id
      ,person_deployment_id
      ,contact_relationship_id
      ,object_version_number
    from        hr_person_deplymt_contacts
    where       person_deplymt_contact_id = p_person_deplymt_contact_id;
Line: 117

    select
       person_deplymt_contact_id
      ,person_deployment_id
      ,contact_relationship_id
      ,object_version_number
    from        hr_person_deplymt_contacts
    where       person_deplymt_contact_id = p_person_deplymt_contact_id
    for update nowait;