DBA Data[Home] [Help]

APPS.HXC_HAC_SHD SQL Statements

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

Line: 70

     select
        approval_comp_id
       ,approval_style_id
       ,time_recipient_id
       ,approval_mechanism
       ,approval_mechanism_id
       ,wf_item_type
       ,wf_name
       ,start_date
       ,end_date
       ,object_version_number
       ,approval_order
       ,time_category_id
       ,parent_comp_id
       ,parent_comp_ovn
       ,run_recipient_extensions
     from	hxc_approval_comps
     where	approval_comp_id = p_approval_comp_id;
Line: 150

     select
        approval_comp_id
       ,approval_style_id
       ,time_recipient_id
       ,approval_mechanism
       ,approval_mechanism_id
       ,wf_item_type
       ,wf_name
       ,start_date
       ,end_date
       ,object_version_number
       ,approval_order
       ,time_category_id
 	  ,parent_comp_id
       ,parent_comp_ovn
       ,run_recipient_extensions
     from	hxc_approval_comps
     where	approval_comp_id = p_approval_comp_id
     for	update nowait;