DBA Data[Home] [Help]

PACKAGE: APPS.OKS_IMPORT_POST_INSERT

Source


1 PACKAGE OKS_IMPORT_POST_INSERT AUTHID CURRENT_USER AS
2 -- $Header: OKSPKIMPPOIS.pls 120.0 2007/09/11 10:56:38 mkarra noship $
3 --+=======================================================================+
4 --|               Copyright (c) 2003 Oracle Corporation                   |
5 --|                       Redwood Shores, CA, USA                         |
6 --|                         All rights reserved.                          |
7 --+=======================================================================+
8 --| FILENAME                                                              |
9 --|     OKSPKIMPPOIS.pls   Created By Mihira Karra			  |
10 --|                                                                       |
11 --| DESCRIPTION                                                           |
12 --|    Service Contracts Import Post Insert Routines Package              |
13 --|							                  |
14 --+========================================================================
15 
16 --=========================
17 -- PROCEDURES AND FUNCTIONS
18 --=========================
19 
20 --==========================================================================
21 -- PROCEDURE : Import_Post_Insert     PUBLIC
22 -- PARAMETERS:
23 -- COMMENT   : This procedure will generate/invoke API's for processing of
24 --	       Various Post_insert Routines : 1.Generate_billing_schedules
25 --					      2.Generate_PM_schedules
26 --					      3.Create_JTF_notes
27 --					      4.Instantiate_srvc_ctr_events
28 --					      5.Rollup_amounts
29 --
30 --===========================================================================
31 
32 PROCEDURE Import_Post_Insert ;
33 
34 END OKS_IMPORT_POST_INSERT;