DBA Data[Home] [Help]

PACKAGE: APPS.PO_R12_CAT_UPG_DEF_PVT

Source


1 PACKAGE PO_R12_CAT_UPG_DEF_PVT AUTHID CURRENT_USER AS
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 (
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;