DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_LINE_PAYMENT_SECURITY

Line 4575: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Attributes', 5);

4571: OR l_line_payment_rec.operation = OE_GLOBALS.G_OPR_UPDATE)
4572: THEN
4573:
4574: IF l_debug_level > 0 THEN
4575: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Attributes', 5);
4576: END IF;
4577: OE_Line_Payment_Security.Attributes
4578: (p_line_payment_rec => l_line_payment_rec
4579: , p_old_line_payment_rec => l_old_line_payment_rec

Line 4577: OE_Line_Payment_Security.Attributes

4573:
4574: IF l_debug_level > 0 THEN
4575: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Attributes', 5);
4576: END IF;
4577: OE_Line_Payment_Security.Attributes
4578: (p_line_payment_rec => l_line_payment_rec
4579: , p_old_line_payment_rec => l_old_line_payment_rec
4580: , x_result => l_sec_result
4581: , x_return_status => l_return_status

Line 4584: oe_debug_pub.add('Payment:after OE_Line_Payment_Security.Attributes', 5);

4580: , x_result => l_sec_result
4581: , x_return_status => l_return_status
4582: );
4583: IF l_debug_level > 0 THEN
4584: oe_debug_pub.add('Payment:after OE_Line_Payment_Security.Attributes', 5);
4585: END IF;
4586:
4587: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
4588: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 4741: AND OE_Line_Payment_Security.g_check_all_cols_constraint = 'Y')

4737: -- _constraint flag would still be 'Y' as the flag is reset only
4738: -- when checking for constraints.
4739: /* Bug fix 2020390, Removed the changes added for the bug 1696681 */
4740: IF NOT (l_line_payment_rec.operation = OE_GLOBALS.G_OPR_UPDATE
4741: AND OE_Line_Payment_Security.g_check_all_cols_constraint = 'Y')
4742: AND l_control_rec.check_security
4743: THEN
4744:
4745: IF l_debug_level > 0 THEN

Line 4746: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Entity', 5);

4742: AND l_control_rec.check_security
4743: THEN
4744:
4745: IF l_debug_level > 0 THEN
4746: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Entity', 5);
4747: END IF;
4748: OE_Line_Payment_Security.Entity
4749: (p_line_payment_rec => l_line_payment_rec
4750: , x_result => l_sec_result

Line 4748: OE_Line_Payment_Security.Entity

4744:
4745: IF l_debug_level > 0 THEN
4746: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Entity', 5);
4747: END IF;
4748: OE_Line_Payment_Security.Entity
4749: (p_line_payment_rec => l_line_payment_rec
4750: , x_result => l_sec_result
4751: , x_return_status => l_return_status
4752: );

Line 4754: oe_debug_pub.add('Payment:after OE_Line_Payment_Security.Entity', 5);

4750: , x_result => l_sec_result
4751: , x_return_status => l_return_status
4752: );
4753: IF l_debug_level > 0 THEN
4754: oe_debug_pub.add('Payment:after OE_Line_Payment_Security.Entity', 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 4836: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';

4832: END IF;
4833:
4834: END IF;
4835:
4836: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';
4837: OE_MSG_PUB.reset_msg_context('LINE_PAYMENT');
4838:
4839: -- loop exception handler.
4840: IF l_line_payment_rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 4862: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';

4858: l_Line_Payment_rec.return_status := FND_API.G_RET_STS_ERROR;
4859: p_x_Line_Payment_tbl(I) := l_Line_Payment_rec;
4860: p_x_old_Line_Payment_tbl(I) := l_old_Line_Payment_rec;
4861:
4862: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';
4863: OE_MSG_PUB.reset_msg_context('LINE_PAYMENT');
4864: IF l_control_rec.Process_Partial THEN
4865: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
4866: IF l_debug_level > 0 THEN

Line 4885: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';

4881: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4882: l_Line_Payment_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4883: p_x_Line_Payment_tbl(I) := l_Line_Payment_rec;
4884: p_x_old_Line_Payment_tbl(I) := l_old_Line_Payment_rec;
4885: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';
4886: OE_MSG_PUB.reset_msg_context('LINE_PAYMENT');
4887: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4888:
4889: WHEN OTHERS THEN

Line 4895: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';

4891: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4892: l_Line_Payment_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4893: p_x_Line_Payment_tbl(I) := l_Line_Payment_rec;
4894: p_x_old_Line_Payment_tbl(I) := l_old_Line_Payment_rec;
4895: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';
4896: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4897: THEN
4898: OE_MSG_PUB.Add_Exc_Msg
4899: ( G_PKG_NAME