DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_VALIDATE_LINE

Line 3243: OE_Validate_Line.Attributes

3239: END IF;
3240:
3241: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
3242:
3243: OE_Validate_Line.Attributes
3244: ( x_return_status => l_return_status
3245: ,p_x_line_rec => l_line_rec
3246: ,p_old_line_rec => l_old_line_rec
3247: ,p_validation_level => p_validation_level);

Line 3380: OE_Validate_Line.Entity_Delete

3376: END IF;
3377:
3378: IF l_line_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
3379:
3380: OE_Validate_Line.Entity_Delete
3381: ( x_return_status => l_return_status
3382: ,p_line_rec => l_line_rec );
3383:
3384: ELSE

Line 3386: OE_Validate_Line.Entity

3382: ,p_line_rec => l_line_rec );
3383:
3384: ELSE
3385:
3386: OE_Validate_Line.Entity
3387: ( x_return_status => l_return_status
3388: ,p_line_rec => l_line_rec
3389: ,p_old_line_rec => l_old_line_rec
3390: ,p_validation_level => p_validation_level);

Line 4141: OE_Validate_Line_Scredit.Attributes

4137: -- Attribute level validation.
4138:
4139: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
4140:
4141: OE_Validate_Line_Scredit.Attributes
4142: ( x_return_status => l_return_status
4143: , p_Line_Scredit_rec => l_Line_Scredit_rec
4144: , p_old_Line_Scredit_rec => l_old_Line_Scredit_rec
4145: );

Line 4208: OE_Validate_Line_Scredit.Entity_Delete

4204: IF l_control_rec.validate_entity THEN
4205:
4206: IF l_Line_Scredit_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
4207:
4208: OE_Validate_Line_Scredit.Entity_Delete
4209: ( x_return_status => l_return_status
4210: , p_Line_Scredit_rec => l_Line_Scredit_rec
4211: );
4212:

Line 4215: OE_Validate_Line_Scredit.Entity

4211: );
4212:
4213: ELSE
4214:
4215: OE_Validate_Line_Scredit.Entity
4216: ( x_return_status => l_return_status
4217: , p_Line_Scredit_rec => l_Line_Scredit_rec
4218: , p_old_Line_Scredit_rec => l_old_Line_Scredit_rec
4219: );

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

4742:
4743: IF p_validation_level > FND_API.G_VALID_LEVEL_NONE THEN
4744:
4745: IF l_debug_level > 0 THEN
4746: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Attributes', 5);
4747: END IF;
4748: OE_Validate_Line_Payment.Attributes
4749: ( x_return_status => l_return_status
4750: , p_Line_Payment_rec => l_Line_Payment_rec

Line 4748: OE_Validate_Line_Payment.Attributes

4744:
4745: IF l_debug_level > 0 THEN
4746: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Attributes', 5);
4747: END IF;
4748: OE_Validate_Line_Payment.Attributes
4749: ( x_return_status => l_return_status
4750: , p_Line_Payment_rec => l_Line_Payment_rec
4751: , p_old_Line_Payment_rec => l_old_Line_Payment_rec
4752: );

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

4750: , p_Line_Payment_rec => l_Line_Payment_rec
4751: , p_old_Line_Payment_rec => l_old_Line_Payment_rec
4752: );
4753: IF l_debug_level > 0 THEN
4754: oe_debug_pub.add('Payment:after OE_Validate_Line_Payment.Attributes', 5);
4755: END IF;
4756:
4757: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
4758: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

4833:
4834: IF l_Line_Payment_rec.operation = OE_GLOBALS.G_OPR_DELETE THEN
4835:
4836: IF l_debug_level > 0 THEN
4837: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity_Delete', 5);
4838: END IF;
4839: OE_Validate_Line_Payment.Entity_Delete
4840: ( x_return_status => l_return_status
4841: , p_Line_Payment_rec => l_Line_Payment_rec

Line 4839: OE_Validate_Line_Payment.Entity_Delete

4835:
4836: IF l_debug_level > 0 THEN
4837: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity_Delete', 5);
4838: END IF;
4839: OE_Validate_Line_Payment.Entity_Delete
4840: ( x_return_status => l_return_status
4841: , p_Line_Payment_rec => l_Line_Payment_rec
4842: );
4843: IF l_debug_level > 0 THEN

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

4840: ( x_return_status => l_return_status
4841: , p_Line_Payment_rec => l_Line_Payment_rec
4842: );
4843: IF l_debug_level > 0 THEN
4844: oe_debug_pub.add('Payment:after OE_Validate_Line_Payment.Entity_Delete', 5);
4845: END IF;
4846:
4847: ELSE
4848:

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

4846:
4847: ELSE
4848:
4849: IF l_debug_level > 0 THEN
4850: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity', 5);
4851: END IF;
4852: OE_Validate_Line_Payment.Entity
4853: ( x_return_status => l_return_status
4854: , p_Line_Payment_rec => l_Line_Payment_rec

Line 4852: OE_Validate_Line_Payment.Entity

4848:
4849: IF l_debug_level > 0 THEN
4850: oe_debug_pub.add('Payment:before OE_Validate_Line_Payment.Entity', 5);
4851: END IF;
4852: OE_Validate_Line_Payment.Entity
4853: ( x_return_status => l_return_status
4854: , p_Line_Payment_rec => l_Line_Payment_rec
4855: , p_old_Line_Payment_rec => l_old_Line_Payment_rec
4856: );

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

4854: , p_Line_Payment_rec => l_Line_Payment_rec
4855: , p_old_Line_Payment_rec => l_old_Line_Payment_rec
4856: );
4857: IF l_debug_level > 0 THEN
4858: oe_debug_pub.add('Payment:after OE_Validate_Line_Payment.Entity', 5);
4859: END IF;
4860:
4861: END IF;
4862: