DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_VALIDATE_LINE

Line 3158: OE_Validate_Line.Attributes

3154: END IF;
3155:
3156: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
3157:
3158: OE_Validate_Line.Attributes
3159: ( x_return_status => l_return_status
3160: ,p_x_line_rec => l_line_rec
3161: ,p_old_line_rec => l_old_line_rec
3162: ,p_validation_level => p_validation_level);

Line 3270: OE_Validate_Line.Entity_Delete

3266: END IF;
3267:
3268: IF l_line_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
3269:
3270: OE_Validate_Line.Entity_Delete
3271: ( x_return_status => l_return_status
3272: ,p_line_rec => l_line_rec );
3273:
3274: ELSE

Line 3276: OE_Validate_Line.Entity

3272: ,p_line_rec => l_line_rec );
3273:
3274: ELSE
3275:
3276: OE_Validate_Line.Entity
3277: ( x_return_status => l_return_status
3278: ,p_line_rec => l_line_rec
3279: ,p_old_line_rec => l_old_line_rec
3280: ,p_validation_level => p_validation_level);

Line 3999: OE_Validate_Line_Scredit.Attributes

3995: -- Attribute level validation.
3996:
3997: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
3998:
3999: OE_Validate_Line_Scredit.Attributes
4000: ( x_return_status => l_return_status
4001: , p_Line_Scredit_rec => l_Line_Scredit_rec
4002: , p_old_Line_Scredit_rec => l_old_Line_Scredit_rec
4003: );

Line 4066: OE_Validate_Line_Scredit.Entity_Delete

4062: IF l_control_rec.validate_entity THEN
4063:
4064: IF l_Line_Scredit_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
4065:
4066: OE_Validate_Line_Scredit.Entity_Delete
4067: ( x_return_status => l_return_status
4068: , p_Line_Scredit_rec => l_Line_Scredit_rec
4069: );
4070:

Line 4073: OE_Validate_Line_Scredit.Entity

4069: );
4070:
4071: ELSE
4072:
4073: OE_Validate_Line_Scredit.Entity
4074: ( x_return_status => l_return_status
4075: , p_Line_Scredit_rec => l_Line_Scredit_rec
4076: , p_old_Line_Scredit_rec => l_old_Line_Scredit_rec
4077: );

Line 4604: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Attributes', 5);

4600:
4601: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
4602:
4603: IF l_debug_level > 0 THEN
4604: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Attributes', 5);
4605: END IF;
4606: OE_Validate_Line_Payment.Attributes
4607: ( x_return_status => l_return_status
4608: , p_Line_Payment_rec => l_Line_Payment_rec

Line 4606: OE_Validate_Line_Payment.Attributes

4602:
4603: IF l_debug_level > 0 THEN
4604: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Attributes', 5);
4605: END IF;
4606: OE_Validate_Line_Payment.Attributes
4607: ( x_return_status => l_return_status
4608: , p_Line_Payment_rec => l_Line_Payment_rec
4609: , p_old_Line_Payment_rec => l_old_Line_Payment_rec
4610: );

Line 4612: oe_debug_pub.add('Payment:after OE_Validate_Line_Payment.Attributes', 5);

4608: , p_Line_Payment_rec => l_Line_Payment_rec
4609: , p_old_Line_Payment_rec => l_old_Line_Payment_rec
4610: );
4611: IF l_debug_level > 0 THEN
4612: oe_debug_pub.add('Payment:after OE_Validate_Line_Payment.Attributes', 5);
4613: END IF;
4614:
4615: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
4616: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 4695: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity_Delete', 5);

4691:
4692: IF l_Line_Payment_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
4693:
4694: IF l_debug_level > 0 THEN
4695: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity_Delete', 5);
4696: END IF;
4697: OE_Validate_Line_Payment.Entity_Delete
4698: ( x_return_status => l_return_status
4699: , p_Line_Payment_rec => l_Line_Payment_rec

Line 4697: OE_Validate_Line_Payment.Entity_Delete

4693:
4694: IF l_debug_level > 0 THEN
4695: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity_Delete', 5);
4696: END IF;
4697: OE_Validate_Line_Payment.Entity_Delete
4698: ( x_return_status => l_return_status
4699: , p_Line_Payment_rec => l_Line_Payment_rec
4700: );
4701: IF l_debug_level > 0 THEN

Line 4702: oe_debug_pub.add('Payment:after OE_Validate_Line_Payment.Entity_Delete', 5);

4698: ( x_return_status => l_return_status
4699: , p_Line_Payment_rec => l_Line_Payment_rec
4700: );
4701: IF l_debug_level > 0 THEN
4702: oe_debug_pub.add('Payment:after OE_Validate_Line_Payment.Entity_Delete', 5);
4703: END IF;
4704:
4705: ELSE
4706:

Line 4708: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity', 5);

4704:
4705: ELSE
4706:
4707: IF l_debug_level > 0 THEN
4708: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity', 5);
4709: END IF;
4710: OE_Validate_Line_Payment.Entity
4711: ( x_return_status => l_return_status
4712: , p_Line_Payment_rec => l_Line_Payment_rec

Line 4710: OE_Validate_Line_Payment.Entity

4706:
4707: IF l_debug_level > 0 THEN
4708: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity', 5);
4709: END IF;
4710: OE_Validate_Line_Payment.Entity
4711: ( x_return_status => l_return_status
4712: , p_Line_Payment_rec => l_Line_Payment_rec
4713: , p_old_Line_Payment_rec => l_old_Line_Payment_rec
4714: );

Line 4716: oe_debug_pub.add('Payment:after OE_Validate_Line_Payment.Entity', 5);

4712: , p_Line_Payment_rec => l_Line_Payment_rec
4713: , p_old_Line_Payment_rec => l_old_Line_Payment_rec
4714: );
4715: IF l_debug_level > 0 THEN
4716: oe_debug_pub.add('Payment:after OE_Validate_Line_Payment.Entity', 5);
4717: END IF;
4718:
4719: END IF;
4720: