DBA Data[Home] [Help]

APPS.QP_DEFAULT_PSG dependencies on QP_ATTR_MAP_PUB

Line 10: g_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Psg';
7:
8: -- Package global used within the package.
9:
10: g_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;
11:
12: -- Get functions.
13:
14: FUNCTION Get_Limits_Enabled

Line 181: ( p_PSG_rec IN QP_Attr_Map_PUB.Psg_Rec_Type :=

177:
178: -- Procedure Attributes
179:
180: PROCEDURE Attributes
181: ( p_PSG_rec IN QP_Attr_Map_PUB.Psg_Rec_Type :=
182: QP_Attr_Map_PUB.G_MISS_PSG_REC
183: , p_iteration IN NUMBER := 1
184: , x_PSG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attr_Map_PUB.Psg_Rec_Type
185: )

Line 182: QP_Attr_Map_PUB.G_MISS_PSG_REC

178: -- Procedure Attributes
179:
180: PROCEDURE Attributes
181: ( p_PSG_rec IN QP_Attr_Map_PUB.Psg_Rec_Type :=
182: QP_Attr_Map_PUB.G_MISS_PSG_REC
183: , p_iteration IN NUMBER := 1
184: , x_PSG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attr_Map_PUB.Psg_Rec_Type
185: )
186: IS

Line 184: , x_PSG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attr_Map_PUB.Psg_Rec_Type

180: PROCEDURE Attributes
181: ( p_PSG_rec IN QP_Attr_Map_PUB.Psg_Rec_Type :=
182: QP_Attr_Map_PUB.G_MISS_PSG_REC
183: , p_iteration IN NUMBER := 1
184: , x_PSG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attr_Map_PUB.Psg_Rec_Type
185: )
186: IS
187: g_p_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;
188: BEGIN

Line 187: g_p_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;

183: , p_iteration IN NUMBER := 1
184: , x_PSG_rec OUT NOCOPY /* file.sql.39 change */ QP_Attr_Map_PUB.Psg_Rec_Type
185: )
186: IS
187: g_p_PSG_rec QP_Attr_Map_PUB.Psg_Rec_Type;
188: BEGIN
189:
190: -- Check number of iterations.
191: