DBA Data[Home] [Help]

APPS.ASG_MOBTRAN SQL Statements

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

Line: 247

   The following function its used to check if a mobile update can be applied
   to the database.  In order for a mobile update to be applied, the record
   which is beeing updated MUST have a lower value for its last_update column
   that the user last_sync_date.
*/
Function check_TimeStamp        (ObjectName in varchar2, user in number,
                     pk_col1    in varchar2, pk_val1 in number,
                     pk_col2    in varchar2, pk_val2 in number,
                     pk_col3    in varchar2, pk_val3 in number,
                     pk_col4    in varchar2, pk_val4 in number,
                     pk_col5    in varchar2, pk_val5 in number,
                     pk_col6    in varchar2, pk_val6 in number
                    ) return number is
begin
  return null;