DBA Data[Home] [Help]

APPS.JTF_TASK_TEMPLATES_IUHK SQL Statements

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

Line: 21

   PROCEDURE update_task_pre (
      p_task_templates   IN       jtf_task_templates_pub.task_template_rec,
      x_return_status    OUT NOCOPY      VARCHAR2
   )
   IS
   BEGIN
      NULL;
Line: 30

   PROCEDURE update_task_post (
      p_task_templates   IN       jtf_task_templates_pub.task_template_rec,
      x_return_status    OUT NOCOPY      VARCHAR2
   )
   IS
   BEGIN
      NULL;
Line: 39

   PROCEDURE delete_task_pre (
      p_task_templates   IN       jtf_task_templates_pub.task_template_rec,
      x_return_status    OUT NOCOPY      VARCHAR2
   )
   IS
   BEGIN
      NULL;
Line: 48

   PROCEDURE delete_task_post (
      p_task_templates   IN       jtf_task_templates_pub.task_template_rec,
      x_return_status    OUT NOCOPY      VARCHAR2
   )
   IS
   BEGIN
      NULL;