DBA Data[Home] [Help]

PACKAGE: APPS.PSP_ER_EXT

Source


1 package psp_er_ext AUTHID CURRENT_USER AS
2 /* $Header: PSPEREXS.pls 115.4 2002/04/17 19:20:50 pkm ship     $ */
3 /***********************************************************************************
4 **     NAME: psp_er_ext
5 ** CONTENTS: Package Spec And Body  for psp_er_ext
6 **  PURPOSE: This Package contains one procedure(s).
7 **
8 **           1. PROCEDURE upd_include_flag
9 **              This procedure is an user defined user hook, which will be called
10 **              while a Effort Report is created , i.e. immediately after SUBMIT
11 **              button is pressed, once the  template is generated, but before it
12 **              is submitted to Concurrent Manager.
13 **   AUTHOR: Abhijit Prasad
14 **
15 ************************************************************************************
16 ***********************************************************************************/
17 ---
18    PROCEDURE upd_include_flag(a_template_id IN NUMBER);
19 END;