DBA Data[Home] [Help]

APPS.QP_CURRENCY_PVT dependencies on QP_VALIDATE_CURR_LISTS

Line 151: QP_Validate_Curr_Lists.Attributes

147: THEN
148:
149: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
150:
151: QP_Validate_Curr_Lists.Attributes
152: ( x_return_status => l_return_status
153: , p_CURR_LISTS_rec => l_CURR_LISTS_rec
154: , p_old_CURR_LISTS_rec => l_old_CURR_LISTS_rec
155: );

Line 220: -- oe_debug_pub.add('Inside CURR_LISTS Just before calling QP_Validate_Curr_Lists L-Package');

216: END IF;
217: -- oe_debug_pub.add('Check Pint-6');
218:
219: -- Entity level validation.
220: -- oe_debug_pub.add('Inside CURR_LISTS Just before calling QP_Validate_Curr_Lists L-Package');
221:
222: IF l_control_rec.validate_entity THEN
223:
224: IF l_CURR_LISTS_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN

Line 233: QP_Validate_Curr_Lists.Entity_Delete

229: RAISE FND_API.G_EXC_ERROR;
230:
231:
232: /*
233: QP_Validate_Curr_Lists.Entity_Delete
234: ( x_return_status => l_return_status
235: , p_CURR_LISTS_rec => l_CURR_LISTS_rec
236: );
237: */

Line 241: QP_Validate_Curr_Lists.Entity

237: */
238:
239: ELSE
240:
241: QP_Validate_Curr_Lists.Entity
242: ( x_return_status => l_return_status
243: , p_CURR_LISTS_rec => l_CURR_LISTS_rec
244: , p_old_CURR_LISTS_rec => l_old_CURR_LISTS_rec
245: );

Line 257: -- oe_debug_pub.add('Inside CURR_LISTS after calling QP_Validate_Curr_Lists and before calling update_row');

253: END IF;
254:
255: END IF;
256: -- Added by SunilP
257: -- oe_debug_pub.add('Inside CURR_LISTS after calling QP_Validate_Curr_Lists and before calling update_row');
258: -- oe_debug_pub.add('Operation: '||l_CURR_LISTS_rec.operation);
259:
260: /*
261: IF l_control_rec.write_to_db THEN