DBA Data[Home] [Help]

APPS.HXC_TKS_SHD SQL Statements

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

Line: 50

    select
       submission_id
      ,resource_id
    from        hxc_tk_timekeeper_submits
    where       submission_id = p_submission_id;
Line: 108

    select
       submission_id
      ,resource_id
    from        hxc_tk_timekeeper_submits
    where       submission_id = p_submission_id
    for update nowait;