DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_HEADER_ADJ_SECURITY

Line 555: OE_Header_Adj_Security.Attributes

551:
552: adj_debug('Check Attributes Security');
553: -- check if this operation is allowed
554: -- on all the changed attributes
555: OE_Header_Adj_Security.Attributes
556: (p_header_adj_rec => l_header_adj_rec
557: , p_old_header_adj_rec => l_old_header_adj_rec
558: , x_result => l_sec_result
559: , x_return_status => l_return_status

Line 671: AND OE_Header_Adj_Security.g_check_all_cols_constraint = 'Y')

667: -- may have changed due to defaulting.
668: --IF l_control_rec.check_security THEN
669: --bug5467785
670: IF NOT (l_Header_Adj_rec.operation = OE_GLOBALS.G_OPR_UPDATE
671: AND OE_Header_Adj_Security.g_check_all_cols_constraint = 'Y')
672: AND l_control_rec.check_security THEN
673:
674: adj_debug('Check Entity Security');
675:

Line 676: OE_Header_Adj_Security.Entity

672: AND l_control_rec.check_security THEN
673:
674: adj_debug('Check Entity Security');
675:
676: OE_Header_Adj_Security.Entity
677: (p_header_adj_rec => l_header_adj_rec
678: , x_result => l_sec_result
679: , x_return_status => l_return_status
680: );

Line 809: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';

805: ELSIF l_header_adj_rec.return_status = FND_API.G_RET_STS_ERROR THEN
806: RAISE FND_API.G_EXC_ERROR;
807: END IF;
808:
809: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';
810: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
811: -- loop exception handler.
812:
813:

Line 853: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';

849:
850: l_Header_Adj_rec.return_status := FND_API.G_RET_STS_ERROR;
851: p_x_header_adj_tbl(I) := l_Header_Adj_rec;
852: p_x_old_Header_Adj_tbl(I) := l_old_Header_Adj_rec;
853: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';
854: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
855: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_HEADER_ADJ,
856: p_entity_id => l_header_adj_rec.Price_adjustment_id,
857: p_request_type => NULL,

Line 871: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';

867:
868: l_Header_Adj_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
869: p_x_header_adj_tbl(I) := l_Header_Adj_rec;
870: p_x_old_Header_Adj_tbl(I) := l_old_Header_Adj_rec;
871: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';
872: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
873: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_HEADER_ADJ,
874: p_entity_id => l_header_adj_rec.Price_adjustment_id,
875: p_request_type => NULL,

Line 884: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';

880:
881: l_Header_Adj_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
882: p_x_header_adj_tbl(I) := l_Header_Adj_rec;
883: p_x_old_Header_Adj_tbl(I) := l_old_Header_Adj_rec;
884: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';
885: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_HEADER_ADJ,
886: p_entity_id => l_header_adj_rec.Price_adjustment_id,
887: p_request_type => NULL,
888: x_return_status => l_return_status);