DBA Data[Home] [Help]

APPS.PER_ENT_SHD SQL Statements

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

Line: 48

    select
       calendar_entry_id
      ,business_group_id
      ,name
      ,type
      ,start_date
      ,start_hour
      ,start_min
      ,end_date
      ,end_hour
      ,end_min
      ,description
      ,hierarchy_id
      ,value_set_id
      ,organization_structure_id
      ,org_structure_version_id
      ,legislation_code
      ,identifier_key
      ,object_version_number
    from        per_calendar_entries
    where       calendar_entry_id = p_calendar_entry_id;
Line: 131

    select
       calendar_entry_id
      ,business_group_id
      ,name
      ,type
      ,start_date
      ,start_hour
      ,start_min
      ,end_date
      ,end_hour
      ,end_min
      ,description
      ,hierarchy_id
      ,value_set_id
      ,organization_structure_id
      ,org_structure_version_id
      ,legislation_code
      ,identifier_key
      ,object_version_number
    from        per_calendar_entries
    where       calendar_entry_id = p_calendar_entry_id
    for update nowait;