DBA Data[Home] [Help]

APPS.PA_PAXAAFTP_XMLP_PKG SQL Statements

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

Line: 48

 select function_code
 into func
 from pa_functions
 where function_code = P_FUNCTION_CODE;
Line: 72

  select name
  into l_name
  from gl_sets_of_books
  where set_of_books_id = fnd_profile.value('GL_SET_OF_BKS_ID');
Line: 93

  select meaning into message_name from pa_lookups
where lookup_type = 'MESSAGE'
and lookup_code = 'NO_DATA_FOUND';