DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_HEADER_ADJ_SECURITY

Line 554: OE_Header_Adj_Security.Attributes

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

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

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

Line 675: OE_Header_Adj_Security.Entity

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

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

770: ELSIF l_header_adj_rec.return_status = FND_API.G_RET_STS_ERROR THEN
771: RAISE FND_API.G_EXC_ERROR;
772: END IF;
773:
774: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';
775: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
776: -- loop exception handler.
777:
778:

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

814:
815: l_Header_Adj_rec.return_status := FND_API.G_RET_STS_ERROR;
816: p_x_header_adj_tbl(I) := l_Header_Adj_rec;
817: p_x_old_Header_Adj_tbl(I) := l_old_Header_Adj_rec;
818: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';
819: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
820: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_HEADER_ADJ,
821: p_entity_id => l_header_adj_rec.Price_adjustment_id,
822: p_request_type => NULL,

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

832:
833: l_Header_Adj_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
834: p_x_header_adj_tbl(I) := l_Header_Adj_rec;
835: p_x_old_Header_Adj_tbl(I) := l_old_Header_Adj_rec;
836: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';
837: OE_MSG_PUB.reset_msg_context('HEADER_ADJ');
838: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_HEADER_ADJ,
839: p_entity_id => l_header_adj_rec.Price_adjustment_id,
840: p_request_type => NULL,

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

845:
846: l_Header_Adj_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
847: p_x_header_adj_tbl(I) := l_Header_Adj_rec;
848: p_x_old_Header_Adj_tbl(I) := l_old_Header_Adj_rec;
849: OE_Header_Adj_Security.g_check_all_cols_constraint := 'Y';
850: oe_delayed_requests_pvt.delete_request(p_entity_code =>OE_GLOBALS.G_ENTITY_HEADER_ADJ,
851: p_entity_id => l_header_adj_rec.Price_adjustment_id,
852: p_request_type => NULL,
853: x_return_status => l_return_status);