DBA Data[Home] [Help]

PACKAGE: APPS.PO_AUTO_IMPLEMENT_PVT

Source


1 PACKAGE PO_AUTO_IMPLEMENT_PVT AUTHID CURRENT_USER AS
2 /* $Header: PO_AUTO_IMPLEMENT_PVT.pls 120.1 2010/04/02 18:47:13 ssreekum noship $ */
3 
4 
5 
6 /* -----------------------------------------------------
7    ---------------- PUBLIC PROCEDURES -----------------
8    ----------------------------------------------------- */
9 
10 /* ============================================================================
11      NAME: process
12      DESC: Main Procedure for the PR AutoImplement which does the following
13            - populate the interface table
14            - call AutoCreate api to add new info SLIN with funding and distribution
15 
16   Caller : POR_AMENDMENT_PKG.implement_dist_auto
17 ==============================================================================*/
18 
19 PROCEDURE process(x_req_line_id IN NUMBER);
20 
21 
22 END PO_AUTO_IMPLEMENT_PVT;