DBA Data[Home] [Help]

APPS.HXC_ARRAY_TIME_DEPOSIT SQL Statements

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

Line: 28

INSERT INTO hxc_timecard_debug
(LINE
,LOCATION
,REFERENCE
,TEXT
)
VALUES
(g_debug_count
,l_loc
,p_reference
,p_text
);
Line: 49

           ,p_deleted in BOOLEAN default true) return block_list is

l_block_count NUMBER;
Line: 67

  if(p_deleted) then
    l_deposit_block := true;
Line: 287

           ,p_deleted in BOOLEAN default TRUE
           ,p_block_list in block_list) is

l_attribute_count NUMBER;
Line: 305

   if(p_deleted) then
     l_deposit_attribute := true;
Line: 610

   select deposit_process_id
     from hxc_deposit_processes
    where name = 'OTL Deposit Process';