DBA Data[Home] [Help]

APPS.QP_CURRENCY_PVT dependencies on QP_VALIDATE_CURR_DETAILS

Line 508: QP_Validate_Curr_Details.Attributes

504: THEN
505:
506: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
507:
508: QP_Validate_Curr_Details.Attributes
509: ( x_return_status => l_return_status
510: , p_CURR_DETAILS_rec => l_CURR_DETAILS_rec
511: , p_old_CURR_DETAILS_rec => l_old_CURR_DETAILS_rec
512: );

Line 678: -- oe_debug_pub.add('** BEFORE Calling QP_Validate_Curr_Details package; OUTSIDE IF');

674: -- Debugging statements only by Sunil
675: Debug Code */
676: -- Entity level validation.
677:
678: -- oe_debug_pub.add('** BEFORE Calling QP_Validate_Curr_Details package; OUTSIDE IF');
679: IF l_control_rec.validate_entity THEN
680: -- oe_debug_pub.add('** BEFORE Calling QP_Validate_Curr_Details package; INSIDE FIRST IF');
681:
682: IF l_CURR_DETAILS_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN

Line 680: -- oe_debug_pub.add('** BEFORE Calling QP_Validate_Curr_Details package; INSIDE FIRST IF');

676: -- Entity level validation.
677:
678: -- oe_debug_pub.add('** BEFORE Calling QP_Validate_Curr_Details package; OUTSIDE IF');
679: IF l_control_rec.validate_entity THEN
680: -- oe_debug_pub.add('** BEFORE Calling QP_Validate_Curr_Details package; INSIDE FIRST IF');
681:
682: IF l_CURR_DETAILS_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN
683:
684: -- Added by sunilpandey to prevent delete operation of details from Public package

Line 692: QP_Validate_Curr_Details.Entity_Delete

688: RAISE FND_API.G_EXC_ERROR;
689:
690:
691: /*
692: QP_Validate_Curr_Details.Entity_Delete
693: ( x_return_status => l_return_status
694: , p_CURR_DETAILS_rec => l_CURR_DETAILS_rec
695: );
696: */

Line 700: -- oe_debug_pub.add('** BEFORE Calling QP_Validate_Curr_Details.Entity; INSIDE IF');

696: */
697:
698: ELSE
699:
700: -- oe_debug_pub.add('** BEFORE Calling QP_Validate_Curr_Details.Entity; INSIDE IF');
701: QP_Validate_Curr_Details.Entity
702: ( x_return_status => l_return_status
703: , p_CURR_DETAILS_rec => l_CURR_DETAILS_rec
704: , p_old_CURR_DETAILS_rec => l_old_CURR_DETAILS_rec

Line 701: QP_Validate_Curr_Details.Entity

697:
698: ELSE
699:
700: -- oe_debug_pub.add('** BEFORE Calling QP_Validate_Curr_Details.Entity; INSIDE IF');
701: QP_Validate_Curr_Details.Entity
702: ( x_return_status => l_return_status
703: , p_CURR_DETAILS_rec => l_CURR_DETAILS_rec
704: , p_old_CURR_DETAILS_rec => l_old_CURR_DETAILS_rec
705: );

Line 710: -- oe_debug_pub.add('After Calling QP_Validate_Curr_Details.Entity from V package; l_return_status :'||l_return_status);

706: -- oe_debug_pub.add(' Inside V after Entity call; G_MSG_COUNT: '||OE_MSG_PUB.G_MSG_COUNT);
707:
708: END IF;
709:
710: -- oe_debug_pub.add('After Calling QP_Validate_Curr_Details.Entity from V package; l_return_status :'||l_return_status);
711:
712: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
713: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
714: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN