DBA Data[Home] [Help]

APPS.JTF_TASK_TEMP_GROUP_IUHK SQL Statements

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

Line: 21

   PROCEDURE update_task_template_group_pre (
      p_template_group   IN       jtf_task_temp_group_pub.task_template_group_rec,
      x_return_status    OUT NOCOPY      VARCHAR2
   )
   IS
   BEGIN
      NULL;
Line: 30

   PROCEDURE update_task_template_group_pst (
      p_template_group   IN       jtf_task_temp_group_pub.task_template_group_rec,
      x_return_status    OUT NOCOPY      VARCHAR2
   )
   IS
   BEGIN
      NULL;
Line: 39

   PROCEDURE delete_task_template_group_pre (
      p_template_group   IN       jtf_task_temp_group_pub.task_template_group_rec,
      x_return_status    OUT NOCOPY      VARCHAR2
   )
   IS
   BEGIN
      NULL;
Line: 48

   PROCEDURE delete_task_template_group_pst (
      p_template_group   IN       jtf_task_temp_group_pub.task_template_group_rec,
      x_return_status    OUT NOCOPY      VARCHAR2
   )
   IS
   BEGIN
      NULL;