DBA Data[Home] [Help]

PACKAGE: APPS.QP_DEFAULT_SEG

Source


1 PACKAGE QP_Default_Seg AS
2 /* $Header: QPXDSEGS.pls 120.1 2005/06/12 23:40:14 appldev  $ */
3 
4 --  Procedure Attributes
5 
6 PROCEDURE Attributes
7 (   p_SEG_rec                       IN  QP_Attributes_PUB.Seg_Rec_Type :=
8                                         QP_Attributes_PUB.G_MISS_SEG_REC
9 ,   p_iteration                     IN  NUMBER := 1
10 ,   x_SEG_rec                       OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Seg_Rec_Type
11 );
12 
13 END QP_Default_Seg;