DBA Data[Home] [Help]

APPS.ECE_SPSO_X dependencies on ECE_FLATFILE_PVT

Line 26: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);

22: * @rep:compatibility S
23: */
24:
25: Procedure populate_extension_headers(l_fkey IN NUMBER,
26: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);
27: /*#
28: * This procedure can be used to populate additional data
29: * in Item level.This procedure can be modified by the user to utilize
30: * the EDI Extension Tables.

Line 39: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);

35: * @rep:compatibility S
36: */
37:
38: Procedure populate_extension_items(l_fkey IN NUMBER,
39: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);
40:
41: /* Bug 1742567
42: Modified the procedure populate_extension_item_det
43: to receive correct parameters

Line 47: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);*/

43: to receive correct parameters
44: */
45:
46: /*Procedure populate_extension_item_det(l_fkey IN NUMBER,
47: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);*/
48: /*#
49: * This procedure can be used to populate additional data
50: * in Item Detail level.This procedure can be modified by the user to utilize
51: * the EDI Extension Tables.