DBA Data[Home] [Help]

PACKAGE: APPS.OKS_IMPORT_INSERT

Source


1 PACKAGE OKS_IMPORT_INSERT AS
2 -- $Header: OKSPKIMPINSS.pls 120.0 2007/08/21 12:40:53 mkarra noship $
3 --+=======================================================================+
4 --|               Copyright (c) 2003 Oracle Corporation                   |
5 --|                       Redwood Shores, CA, USA                         |
6 --|                         All rights reserved.                          |
7 --+=======================================================================+
8 --| FILENAME                                                              |
9 --|     OKSPKIMPINSS.pls   Created By Mihira Karra			  |
10 --|                                                                       |
11 --| DESCRIPTION                                                           |
12 --|    Service Contracts Import Insert Routines Package                   |
13 --|							                  |
14 --+========================================================================
15 
16 --=========================
17 -- PROCEDURES AND FUNCTIONS
18 --=========================
19 --==========================================================================
20 -- PROCEDURE : Insert_Contracts     PUBLIC
21 -- PARAMETERS:
22 -- COMMENT   : This procedure will insert the successfully
23 --	       validated/processed Contract records from interface
24 --	       tables into actual base tables.
25 --===========================================================================
26 
27 PROCEDURE Insert_Contracts ;
28 
29 END OKS_IMPORT_INSERT;