DBA Data[Home] [Help]

APPS.ECE_POO_X dependencies on ECE_FLATFILE_PVT

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

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

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

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

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

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

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

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