DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_DEF_PVT dependencies on PO_R12_CAT_UPG_PVT

Line 6: p_headers_rec IN OUT NOCOPY PO_R12_CAT_UPG_PVT.record_of_headers_type

2: /* $Header: PO_R12_CAT_UPG_DEF_PVT.pls 120.1 2006/01/30 23:23:02 pthapliy noship $ */
3:
4: PROCEDURE default_headers
5: (
6: p_headers_rec IN OUT NOCOPY PO_R12_CAT_UPG_PVT.record_of_headers_type
7: );
8:
9: PROCEDURE default_lines
10: (

Line 11: p_lines_rec IN OUT NOCOPY PO_R12_CAT_UPG_PVT.record_of_lines_type

7: );
8:
9: PROCEDURE default_lines
10: (
11: p_lines_rec IN OUT NOCOPY PO_R12_CAT_UPG_PVT.record_of_lines_type
12: );
13:
14: END PO_R12_CAT_UPG_DEF_PVT;