DBA Data[Home] [Help]

APPS.IRC_APS_SHD SQL Statements

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

Line: 48

    select
       profile_snapshot_id
      ,person_id
      ,object_version_number
    from        irc_apl_profile_snapshots
    where       profile_snapshot_id = p_profile_snapshot_id;
Line: 116

    select
       profile_snapshot_id
      ,person_id
      ,object_version_number
    from        irc_apl_profile_snapshots
    where       profile_snapshot_id = p_profile_snapshot_id
    for update nowait;