DBA Data[Home] [Help]

PACKAGE BODY: APPS.PSP_ER_EXT

Source


1 package body psp_er_ext AS
2   /* $Header: PSPEREXB.pls 115.3 2002/04/17 19:20:49 pkm ship     $ */
3    ----
4    PROCEDURE upd_include_flag(a_template_id IN NUMBER)
5    IS
6    BEGIN
7       NULL;
8       ---  This procedure is a hook which will be called after a New Effort Report is created
9       ---  using SUBMIT button and before it is submitted to Concurrent Manager.
10    END;
11 END;