DBA Data[Home] [Help]

APPS.ECE_POCO_X dependencies on ECE_FLATFILE_PVT

Line 26: l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type);

22: */
23:
24: PROCEDURE populate_ext_header(
25: l_fkey IN NUMBER,
26: l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type);
27: /*#
28: * This procedure can be used to populate additional data
29: * in Purchasing Line level.This procedure can be modified by the user to utilize
30: * the EDI Extension Tables.

Line 40: l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type);

36: */
37:
38: PROCEDURE populate_ext_line(
39: l_fkey IN NUMBER,
40: l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type);
41: /*#
42: * This procedure can be used to populate additional data
43: * in Purchasing Shipment level.This procedure can be modified by the user to utilize
44: * the EDI Extension Tables.

Line 54: l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type);

50: */
51:
52: PROCEDURE populate_ext_shipment(
53: l_fkey IN NUMBER,
54: l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type);
55: /*#
56: * This procedure can be used to populate additional data
57: * in Purchasing Distribution level.This procedure can be modified by the user to utilize
58: * the EDI Extension Tables.

Line 68: l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type);

64: */
65:
66: PROCEDURE populate_ext_project(
67: l_fkey IN NUMBER,
68: l_plsql_tbl IN OUT NOCOPY ece_flatfile_pvt.interface_tbl_type);
69:
70: END ece_poco_x;
71: