DBA Data[Home] [Help]

APPS.QP_DEFAULT_CON dependencies on QP_ATTRIBUTES_PUB

Line 10: g_CON_rec QP_Attributes_PUB.Con_Rec_Type;

6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Con';
7:
8: -- Package global used within the package.
9:
10: g_CON_rec QP_Attributes_PUB.Con_Rec_Type;
11:
12: -- Get functions.
13:
14: FUNCTION Get_Enabled

Line 173: ( p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=

169:
170: -- Procedure Attributes
171:
172: PROCEDURE Attributes
173: ( p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=
174: QP_Attributes_PUB.G_MISS_CON_REC
175: , p_iteration IN NUMBER := 1
176: , x_CON_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Con_Rec_Type
177: )

Line 174: QP_Attributes_PUB.G_MISS_CON_REC

170: -- Procedure Attributes
171:
172: PROCEDURE Attributes
173: ( p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=
174: QP_Attributes_PUB.G_MISS_CON_REC
175: , p_iteration IN NUMBER := 1
176: , x_CON_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Con_Rec_Type
177: )
178: IS

Line 176: , x_CON_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Con_Rec_Type

172: PROCEDURE Attributes
173: ( p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=
174: QP_Attributes_PUB.G_MISS_CON_REC
175: , p_iteration IN NUMBER := 1
176: , x_CON_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Con_Rec_Type
177: )
178: IS
179: g_p_CON_rec QP_Attributes_PUB.Con_Rec_Type;
180: BEGIN

Line 179: g_p_CON_rec QP_Attributes_PUB.Con_Rec_Type;

175: , p_iteration IN NUMBER := 1
176: , x_CON_rec OUT NOCOPY /* file.sql.39 change */ QP_Attributes_PUB.Con_Rec_Type
177: )
178: IS
179: g_p_CON_rec QP_Attributes_PUB.Con_Rec_Type;
180: BEGIN
181:
182: -- Check number of iterations.
183: