DBA Data[Home] [Help]

APPS.INV_MWB_LPN_TREE dependencies on FND_APPTREE

Line 6: , x_node_tbl IN OUT NOCOPY fnd_apptree.node_tbl_type

2: /* $Header: INVMWLPS.pls 120.2.12000000.1 2007/01/17 16:23:41 appldev ship $ */
3:
4: PROCEDURE event (
5: x_node_value IN OUT NOCOPY NUMBER
6: , x_node_tbl IN OUT NOCOPY fnd_apptree.node_tbl_type
7: , x_tbl_index IN OUT NOCOPY NUMBER
8: );
9:
10: END INV_MWB_LPN_TREE;