DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_LINE_ADJ_SECURITY

Line 1246: OE_Line_Adj_Security.Attributes

1242:
1243: adj_debug('Check Attributes Security',2);
1244: -- check if this operation is allowed
1245: -- on all the changed attributes
1246: OE_Line_Adj_Security.Attributes
1247: (p_line_Adj_rec => l_line_adj_rec
1248: , p_old_line_adj_rec => l_old_line_adj_rec
1249: , x_result => l_sec_result
1250: , x_return_status => l_return_status

Line 1397: OE_Line_Adj_Security.Entity

1393: IF l_control_rec.check_security THEN
1394:
1395: adj_debug('Check Entity Security',2);
1396:
1397: OE_Line_Adj_Security.Entity
1398: (p_line_adj_rec => l_line_adj_rec
1399: , x_result => l_sec_result
1400: , x_return_status => l_return_status
1401: );

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

1568:
1569: p_x_Line_Adj_tbl(I) := l_Line_Adj_rec;
1570: p_x_old_Line_Adj_tbl(I) := l_old_Line_Adj_rec;
1571:
1572: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';
1573: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
1574: -- Check return status and rollaback
1575:
1576: IF l_line_adj_rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

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

1624:
1625: l_Line_Adj_rec.return_status := FND_API.G_RET_STS_ERROR;
1626: p_x_Line_Adj_tbl(I) := l_Line_Adj_rec;
1627: p_x_old_Line_Adj_tbl(I) := l_old_Line_Adj_rec;
1628: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';
1629: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
1630: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_LINE_ADJ,
1631: p_entity_id => l_line_adj_rec.Price_adjustment_id,
1632: p_request_type => NULL,

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

1641:
1642: l_Line_Adj_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1643: p_x_Line_Adj_tbl(I) := l_Line_Adj_rec;
1644: p_x_old_Line_Adj_tbl(I) := l_old_Line_Adj_rec;
1645: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';
1646: OE_MSG_PUB.reset_msg_context('LINE_ADJ');
1647: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_LINE_ADJ,
1648: p_entity_id => l_line_adj_rec.Price_adjustment_id,
1649: p_request_type => NULL,

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

1654:
1655: l_Line_Adj_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1656: p_x_Line_Adj_tbl(I) := l_Line_Adj_rec;
1657: p_x_old_Line_Adj_tbl(I) := l_old_Line_Adj_rec;
1658: OE_Line_Adj_Security.g_check_all_cols_constraint := 'Y';
1659: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_LINE_ADJ,
1660: p_entity_id => l_line_adj_rec.Price_adjustment_id,
1661: p_request_type => NULL,
1662: x_return_status => l_return_status);