DBA Data[Home] [Help]

APPS.QP_DEFAULT_SEG dependencies on QP_ATTRIBUTES_PUB

Line 10: g_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Seg';
7:
8: -- Package global used within the package.
9:
10: g_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
11:
12: -- Get functions.
13:
14: FUNCTION Get_Availability_In_Basic

Line 263: ( p_SEG_rec IN QP_Attributes_PUB.Seg_Rec_Type :=

259:
260: -- Procedure Attributes
261:
262: PROCEDURE Attributes
263: ( p_SEG_rec IN QP_Attributes_PUB.Seg_Rec_Type :=
264: QP_Attributes_PUB.G_MISS_SEG_REC
265: , p_iteration IN NUMBER := 1
266: , x_SEG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Seg_Rec_Type
267: )

Line 264: QP_Attributes_PUB.G_MISS_SEG_REC

260: -- Procedure Attributes
261:
262: PROCEDURE Attributes
263: ( p_SEG_rec IN QP_Attributes_PUB.Seg_Rec_Type :=
264: QP_Attributes_PUB.G_MISS_SEG_REC
265: , p_iteration IN NUMBER := 1
266: , x_SEG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Seg_Rec_Type
267: )
268: IS

Line 266: , x_SEG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Seg_Rec_Type

262: PROCEDURE Attributes
263: ( p_SEG_rec IN QP_Attributes_PUB.Seg_Rec_Type :=
264: QP_Attributes_PUB.G_MISS_SEG_REC
265: , p_iteration IN NUMBER := 1
266: , x_SEG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Seg_Rec_Type
267: )
268: IS
269: g_p_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
270: BEGIN

Line 269: g_p_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;

265: , p_iteration IN NUMBER := 1
266: , x_SEG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Seg_Rec_Type
267: )
268: IS
269: g_p_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;
270: BEGIN
271:
272: -- Check number of iterations.
273: