DBA Data[Home] [Help]

PACKAGE BODY: APPS.ECE_POCO_X

Source


1 PACKAGE BODY ece_poco_x AS
2 -- $Header: ECPOCOXB.pls 115.3 2003/11/03 12:26:38 arsriniv ship $
3 
4 /* -----------------------------------------------------------------------
5 REM
6 REM	PROCEDURE POPULATE_EXT_HEADER
7 REM		This procedure can be modified by the user to utilize the EDI
8 REM		Extension Tables
9 REM
10 REM ------------------------------------------------------------------------
11 */
12    PROCEDURE populate_ext_header(
13       l_fkey      IN NUMBER,
14       l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type) IS
15 
16       BEGIN
17 
18          NULL;
19 
20       END populate_ext_header;
21 
22 /* -----------------------------------------------------------------------
23 REM
24 REM	PROCEDURE POPULATE_EXT_LINE
25 REM		This procedure can be modified by the user to utilize the EDI
26 REM		Extension Tables
27 REM
28 REM ------------------------------------------------------------------------
29 */
30    PROCEDURE populate_ext_line(
31       l_fkey      IN NUMBER,
32       l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type) IS
33 
34       BEGIN
35 
36          NULL;
37 
38       END populate_ext_line;
39 
40 /* -----------------------------------------------------------------------
41 REM
42 REM	PROCEDURE POPULATE_EXT_SHIPMENT
43 REM		This procedure can be modified by the user to utilize the EDI
44 REM		Extension Tables
45 REM
46 REM ------------------------------------------------------------------------
47 */
48    PROCEDURE populate_ext_shipment(
49       l_fkey      IN NUMBER,
50       l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type) IS
51 
52       BEGIN
53 
54          NULL;
55 
56       END populate_ext_shipment;
57 
58 /* -----------------------------------------------------------------------
59 REM
60 REM	PROCEDURE POPULATE_EXT_PROJECT
61 REM		This procedure can be modified by the user to utilize the EDI
62 REM		Extension Tables
63 REM
64 REM ------------------------------------------------------------------------
65 */
66    PROCEDURE populate_ext_project(
67       l_fkey      IN NUMBER,
68       l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type) IS
69 
70       BEGIN
71 
72          NULL;
73 
74       END populate_ext_project;
75 
76 END ece_poco_x;
77