DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_LINE_PAYMENT_SECURITY

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

4713: OR l_line_payment_rec.operation = OE_GLOBALS.G_OPR_UPDATE)
4714: THEN
4715:
4716: IF l_debug_level > 0 THEN
4717: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Attributes', 5);
4718: END IF;
4719: OE_Line_Payment_Security.Attributes
4720: (p_line_payment_rec => l_line_payment_rec
4721: , p_old_line_payment_rec => l_old_line_payment_rec

Line 4719: OE_Line_Payment_Security.Attributes

4715:
4716: IF l_debug_level > 0 THEN
4717: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Attributes', 5);
4718: END IF;
4719: OE_Line_Payment_Security.Attributes
4720: (p_line_payment_rec => l_line_payment_rec
4721: , p_old_line_payment_rec => l_old_line_payment_rec
4722: , x_result => l_sec_result
4723: , x_return_status => l_return_status

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

4722: , x_result => l_sec_result
4723: , x_return_status => l_return_status
4724: );
4725: IF l_debug_level > 0 THEN
4726: oe_debug_pub.add('Payment:after OE_Line_Payment_Security.Attributes', 5);
4727: END IF;
4728:
4729: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
4730: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

4879: -- _constraint flag would still be 'Y' as the flag is reset only
4880: -- when checking for constraints.
4881: /* Bug fix 2020390, Removed the changes added for the bug 1696681 */
4882: IF NOT (l_line_payment_rec.operation = OE_GLOBALS.G_OPR_UPDATE
4883: AND OE_Line_Payment_Security.g_check_all_cols_constraint = 'Y')
4884: AND l_control_rec.check_security
4885: THEN
4886:
4887: IF l_debug_level > 0 THEN

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

4884: AND l_control_rec.check_security
4885: THEN
4886:
4887: IF l_debug_level > 0 THEN
4888: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Entity', 5);
4889: END IF;
4890: OE_Line_Payment_Security.Entity
4891: (p_line_payment_rec => l_line_payment_rec
4892: , x_result => l_sec_result

Line 4890: OE_Line_Payment_Security.Entity

4886:
4887: IF l_debug_level > 0 THEN
4888: oe_debug_pub.add('Payment:before OE_Line_Payment_Security.Entity', 5);
4889: END IF;
4890: OE_Line_Payment_Security.Entity
4891: (p_line_payment_rec => l_line_payment_rec
4892: , x_result => l_sec_result
4893: , x_return_status => l_return_status
4894: );

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

4892: , x_result => l_sec_result
4893: , x_return_status => l_return_status
4894: );
4895: IF l_debug_level > 0 THEN
4896: oe_debug_pub.add('Payment:after OE_Line_Payment_Security.Entity', 5);
4897: END IF;
4898:
4899: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
4900: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

4974: END IF;
4975:
4976: END IF;
4977:
4978: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';
4979: OE_MSG_PUB.reset_msg_context('LINE_PAYMENT');
4980:
4981: -- loop exception handler.
4982: IF l_line_payment_rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

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

5000: l_Line_Payment_rec.return_status := FND_API.G_RET_STS_ERROR;
5001: p_x_Line_Payment_tbl(I) := l_Line_Payment_rec;
5002: p_x_old_Line_Payment_tbl(I) := l_old_Line_Payment_rec;
5003:
5004: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';
5005: OE_MSG_PUB.reset_msg_context('LINE_PAYMENT');
5006: IF l_control_rec.Process_Partial THEN
5007: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
5008: IF l_debug_level > 0 THEN

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

5023: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5024: l_Line_Payment_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5025: p_x_Line_Payment_tbl(I) := l_Line_Payment_rec;
5026: p_x_old_Line_Payment_tbl(I) := l_old_Line_Payment_rec;
5027: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';
5028: OE_MSG_PUB.reset_msg_context('LINE_PAYMENT');
5029: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5030:
5031: WHEN OTHERS THEN

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

5033: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5034: l_Line_Payment_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5035: p_x_Line_Payment_tbl(I) := l_Line_Payment_rec;
5036: p_x_old_Line_Payment_tbl(I) := l_old_Line_Payment_rec;
5037: OE_Line_Payment_Security.g_check_all_cols_constraint := 'Y';
5038: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5039: THEN
5040: OE_MSG_PUB.Add_Exc_Msg
5041: ( G_PKG_NAME