DBA Data[Home] [Help]

APPS.QP_VALIDATE_CON dependencies on QP_ATTRIBUTES_PUB

Line 12: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type

8: -- Procedure Entity
9:
10: PROCEDURE Entity
11: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
12: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type
13: , p_old_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=
14: QP_Attributes_PUB.G_MISS_CON_REC
15: )
16: IS

Line 13: , p_old_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=

9:
10: PROCEDURE Entity
11: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
12: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type
13: , p_old_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=
14: QP_Attributes_PUB.G_MISS_CON_REC
15: )
16: IS
17: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

Line 14: QP_Attributes_PUB.G_MISS_CON_REC

10: PROCEDURE Entity
11: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
12: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type
13: , p_old_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=
14: QP_Attributes_PUB.G_MISS_CON_REC
15: )
16: IS
17: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
18: BEGIN

Line 104: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type

100: -- Procedure Attributes
101:
102: PROCEDURE Attributes
103: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
104: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type
105: , p_old_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=
106: QP_Attributes_PUB.G_MISS_CON_REC
107: )
108: IS

Line 105: , p_old_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=

101:
102: PROCEDURE Attributes
103: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
104: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type
105: , p_old_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=
106: QP_Attributes_PUB.G_MISS_CON_REC
107: )
108: IS
109: BEGIN

Line 106: QP_Attributes_PUB.G_MISS_CON_REC

102: PROCEDURE Attributes
103: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
104: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type
105: , p_old_CON_rec IN QP_Attributes_PUB.Con_Rec_Type :=
106: QP_Attributes_PUB.G_MISS_CON_REC
107: )
108: IS
109: BEGIN
110:

Line 458: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type

454: -- Procedure Entity_Delete
455:
456: PROCEDURE Entity_Delete
457: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
458: , p_CON_rec IN QP_Attributes_PUB.Con_Rec_Type
459: )
460: IS
461: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
462: dummy varchar2(1);