DBA Data[Home] [Help]

APPS.ECE_INO_X dependencies on ECE_FLATFILE_PVT

Line 25: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);

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

Line 38: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);

34: * @rep:compatibility S
35: */
36:
37: Procedure populate_extension_header_1(l_fkey IN NUMBER,
38: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);
39: /*#
40: * This procedure can be used to populate additional data
41: * in Line level.This procedure can be modified by the user to utilize
42: * the EDI Extension Tables.

Line 51: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);

47: * @rep:compatibility S
48: */
49:
50: Procedure populate_extension_line(l_fkey IN NUMBER,
51: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);
52: /*#
53: * This procedure can be used to populate additional data
54: * in Line Tax level.This procedure can be modified by the user to utilize
55: * the EDI Extension Tables.

Line 64: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);

60: * @rep:compatibility S
61: */
62:
63: Procedure populate_extension_line_tax(l_fkey IN NUMBER,
64: l_plsql_tbl IN ece_flatfile_pvt.Interface_tbl_type);
65:
66:
67: end ECE_INO_X;