DBA Data[Home] [Help]

PACKAGE BODY: APPS.ECE_SPSO_X

Source


1 PACKAGE BODY ECE_SPSO_X AS
2 -- $Header: ECSPSOXB.pls 115.4 2004/01/23 11:24:09 hgandiko ship $
3 
4 Procedure populate_extension_headers(l_fkey  	IN NUMBER,
5 				   l_plsql_tbl  IN ece_flatfile_pvt.Interface_tbl_type)
6 is
7 
8 begin
9 
10    NULL;
11 
12 end populate_extension_headers;
13 
14 
15 Procedure populate_extension_items(l_fkey  	IN NUMBER,
16 				   l_plsql_tbl  IN ece_flatfile_pvt.Interface_tbl_type)
17 is
18 
19 begin
20 
21    NULL;
22 
23 end populate_extension_items;
24 
25 /* Bug 1742567.
26 Modified the procedure populate_extension_item_det
27 to include correct parameters
28 */
29 
30 /*Procedure populate_extension_item_det(l_fkey  	IN NUMBER,
31 				   l_plsql_tbl  IN ece_flatfile_pvt.Interface_tbl_type)
32 is
33 
34 begin
35 
36    NULL;
37 
38 end populate_extension_item_det;
39 */
40 Procedure populate_extension_item_det(transaction_id   IN NUMBER,
41                                    schedule_id IN NUMBER,
42                                   schedule_item_id IN NUMBER)
43 is
44 
45 begin
46   NULL;
47 
48 end populate_extension_item_det;
49 
50 Procedure populate_extension_ship_det(transaction_id   IN NUMBER,
51                                       schedule_id IN NUMBER,
52                                       schedule_item_id IN NUMBER,
53                                       schedule_item_detail_sequence IN NUMBER)
54 is
55 begin
56   NULL;
57 
58 end populate_extension_ship_det;
59 
60 
61 end ECE_SPSO_X;