DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_LINE_ADJ_SECURITY

Line 1211: OE_Line_Adj_Security.Attributes

1207:
1208: adj_debug('Check Attributes Security',2);
1209: -- check if this operation is allowed
1210: -- on all the changed attributes
1211: OE_Line_Adj_Security.Attributes
1212: (p_line_Adj_rec => l_line_adj_rec
1213: , p_old_line_adj_rec => l_old_line_adj_rec
1214: , x_result => l_sec_result
1215: , x_return_status => l_return_status

Line 1362: OE_Line_Adj_Security.Entity

1358: IF l_control_rec.check_security THEN
1359:
1360: adj_debug('Check Entity Security',2);
1361:
1362: OE_Line_Adj_Security.Entity
1363: (p_line_adj_rec => l_line_adj_rec
1364: , x_result => l_sec_result
1365: , x_return_status => l_return_status
1366: );

Line 1489: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';

1485:
1486: p_x_Line_Adj_tbl(I) := l_Line_Adj_rec;
1487: p_x_old_Line_Adj_tbl(I) := l_old_Line_Adj_rec;
1488:
1489: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';
1490: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
1491: -- Check return status and rollaback
1492:
1493: IF l_line_adj_rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 1545: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';

1541:
1542: l_Line_Adj_rec.return_status := FND_API.G_RET_STS_ERROR;
1543: p_x_Line_Adj_tbl(I) := l_Line_Adj_rec;
1544: p_x_old_Line_Adj_tbl(I) := l_old_Line_Adj_rec;
1545: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';
1546: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
1547: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_LINE_ADJ,
1548: p_entity_id => l_line_adj_rec.Price_adjustment_id,
1549: p_request_type => NULL,

Line 1562: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';

1558:
1559: l_Line_Adj_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1560: p_x_Line_Adj_tbl(I) := l_Line_Adj_rec;
1561: p_x_old_Line_Adj_tbl(I) := l_old_Line_Adj_rec;
1562: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';
1563: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
1564: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_LINE_ADJ,
1565: p_entity_id => l_line_adj_rec.Price_adjustment_id,
1566: p_request_type => NULL,

Line 1575: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';

1571:
1572: l_Line_Adj_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1573: p_x_Line_Adj_tbl(I) := l_Line_Adj_rec;
1574: p_x_old_Line_Adj_tbl(I) := l_old_Line_Adj_rec;
1575: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';
1576: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_LINE_ADJ,
1577: p_entity_id => l_line_adj_rec.Price_adjustment_id,
1578: p_request_type => NULL,
1579: x_return_status => l_return_status);