DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_UTIL dependencies on QP_PRICE_LIST_PUB

Line 68: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

64: -- Procedure Clear_Dependent_Attr
65:
66: PROCEDURE Clear_Dependent_Attr
67: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
68: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
69: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
70: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
71: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
72: );

Line 69: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=

65:
66: PROCEDURE Clear_Dependent_Attr
67: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
68: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
69: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
70: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
71: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
72: );
73:

Line 70: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC

66: PROCEDURE Clear_Dependent_Attr
67: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
68: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
69: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
70: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
71: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
72: );
73:
74: -- Procedure Apply_Attribute_Changes

Line 71: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type

67: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
68: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
69: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
70: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
71: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
72: );
73:
74: -- Procedure Apply_Attribute_Changes
75:

Line 77: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

73:
74: -- Procedure Apply_Attribute_Changes
75:
76: PROCEDURE Apply_Attribute_Changes
77: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
78: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
79: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
80: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
81: );

Line 78: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=

74: -- Procedure Apply_Attribute_Changes
75:
76: PROCEDURE Apply_Attribute_Changes
77: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
78: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
79: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
80: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
81: );
82:

Line 79: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC

75:
76: PROCEDURE Apply_Attribute_Changes
77: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
78: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
79: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
80: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
81: );
82:
83: -- Function Complete_Record

Line 80: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type

76: PROCEDURE Apply_Attribute_Changes
77: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
78: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
79: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
80: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
81: );
82:
83: -- Function Complete_Record
84:

Line 86: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

82:
83: -- Function Complete_Record
84:
85: FUNCTION Complete_Record
86: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
87: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
88: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;
89:
90: -- Function Convert_Miss_To_Null

Line 87: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

83: -- Function Complete_Record
84:
85: FUNCTION Complete_Record
86: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
87: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
88: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;
89:
90: -- Function Convert_Miss_To_Null
91:

Line 88: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;

84:
85: FUNCTION Complete_Record
86: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
87: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
88: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;
89:
90: -- Function Convert_Miss_To_Null
91:
92: FUNCTION Convert_Miss_To_Null

Line 93: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

89:
90: -- Function Convert_Miss_To_Null
91:
92: FUNCTION Convert_Miss_To_Null
93: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
94: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;
95:
96: -- Procedure Update_Row
97:

Line 94: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;

90: -- Function Convert_Miss_To_Null
91:
92: FUNCTION Convert_Miss_To_Null
93: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
94: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;
95:
96: -- Procedure Update_Row
97:
98: PROCEDURE Update_Row

Line 99: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

95:
96: -- Procedure Update_Row
97:
98: PROCEDURE Update_Row
99: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
100: );
101:
102: -- Procedure Insert_Row
103:

Line 105: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

101:
102: -- Procedure Insert_Row
103:
104: PROCEDURE Insert_Row
105: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
106: );
107:
108: -- Procedure Delete_Row
109:

Line 118: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;

114: -- Function Query_Row
115:
116: FUNCTION Query_Row
117: ( p_list_header_id IN NUMBER
118: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;
119:
120: -- Procedure lock_Row
121: --
122:

Line 125: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

121: --
122:
123: PROCEDURE Lock_Row
124: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
125: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
126: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
127: );
128:
129: -- Function Get_Values

Line 126: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type

122:
123: PROCEDURE Lock_Row
124: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
125: , p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
126: , x_PRICE_LIST_rec OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
127: );
128:
129: -- Function Get_Values
130:

Line 132: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

128:
129: -- Function Get_Values
130:
131: FUNCTION Get_Values
132: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
133: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
134: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
135: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type;
136:

Line 133: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=

129: -- Function Get_Values
130:
131: FUNCTION Get_Values
132: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
133: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
134: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
135: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type;
136:
137: -- Function Get_Ids

Line 134: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC

130:
131: FUNCTION Get_Values
132: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
133: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
134: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
135: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type;
136:
137: -- Function Get_Ids
138:

Line 135: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type;

131: FUNCTION Get_Values
132: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
133: , p_old_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type :=
134: QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
135: ) RETURN QP_Price_List_PUB.Price_List_Val_Rec_Type;
136:
137: -- Function Get_Ids
138:
139: FUNCTION Get_Ids

Line 140: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type

136:
137: -- Function Get_Ids
138:
139: FUNCTION Get_Ids
140: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
141: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
142: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;
143:
144:

Line 141: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type

137: -- Function Get_Ids
138:
139: FUNCTION Get_Ids
140: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
141: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
142: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;
143:
144:
145: --ENH Upgrade BOAPI for orig_sys...ref RAVI

Line 142: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;

138:
139: FUNCTION Get_Ids
140: ( p_PRICE_LIST_rec IN QP_Price_List_PUB.Price_List_Rec_Type
141: , p_PRICE_LIST_val_rec IN QP_Price_List_PUB.Price_List_Val_Rec_Type
142: ) RETURN QP_Price_List_PUB.Price_List_Rec_Type;
143:
144:
145: --ENH Upgrade BOAPI for orig_sys...ref RAVI
146: FUNCTION Get_Orig_Sys_Hdr(