DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_HEADER_PAYMENT_SECURITY

Line 1742: oe_debug_pub.add('Payment:before OE_Header_Payment_Security.Attributes', 5);

1738: END IF;
1739: -- check if this operation is allowed
1740: -- on all the changed attributes
1741: IF l_debug_level > 0 THEN
1742: oe_debug_pub.add('Payment:before OE_Header_Payment_Security.Attributes', 5);
1743: END IF;
1744: OE_Header_Payment_Security.Attributes
1745: (p_header_payment_rec => l_header_payment_rec
1746: , p_old_header_payment_rec => l_old_header_payment_rec

Line 1744: OE_Header_Payment_Security.Attributes

1740: -- on all the changed attributes
1741: IF l_debug_level > 0 THEN
1742: oe_debug_pub.add('Payment:before OE_Header_Payment_Security.Attributes', 5);
1743: END IF;
1744: OE_Header_Payment_Security.Attributes
1745: (p_header_payment_rec => l_header_payment_rec
1746: , p_old_header_payment_rec => l_old_header_payment_rec
1747: , x_result => l_sec_result
1748: , x_return_status => l_return_status

Line 1751: oe_debug_pub.add('Payment:after OE_Header_Payment_Security.Attributes', 5);

1747: , x_result => l_sec_result
1748: , x_return_status => l_return_status
1749: );
1750: IF l_debug_level > 0 THEN
1751: oe_debug_pub.add('Payment:after OE_Header_Payment_Security.Attributes', 5);
1752: END IF;
1753:
1754: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1755: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1896: AND OE_Header_Payment_Security.g_check_all_cols_constraint = 'Y')

1892: -- attributes was constrainable!. In such a case, the g_check_all_cols
1893: -- _constraint flag would still be 'Y' as the flag is reset only
1894: -- when checking for constraints.
1895: IF NOT (l_header_payment_rec.operation = OE_GLOBALS.G_OPR_UPDATE
1896: AND OE_Header_Payment_Security.g_check_all_cols_constraint = 'Y')
1897: AND l_control_rec.check_security
1898: THEN
1899: IF l_debug_level > 0 THEN
1900: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;

Line 1903: oe_debug_pub.add('Payment:before OE_Header_Payment_Security.Entity', 5);

1899: IF l_debug_level > 0 THEN
1900: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;
1901: END IF;
1902: IF l_debug_level > 0 THEN
1903: oe_debug_pub.add('Payment:before OE_Header_Payment_Security.Entity', 5);
1904: END IF;
1905:
1906: OE_Header_Payment_Security.Entity
1907: (p_header_payment_rec => l_header_payment_rec

Line 1906: OE_Header_Payment_Security.Entity

1902: IF l_debug_level > 0 THEN
1903: oe_debug_pub.add('Payment:before OE_Header_Payment_Security.Entity', 5);
1904: END IF;
1905:
1906: OE_Header_Payment_Security.Entity
1907: (p_header_payment_rec => l_header_payment_rec
1908: , x_result => l_sec_result
1909: , x_return_status => l_return_status
1910: );

Line 1912: oe_debug_pub.add('Payment:after OE_Header_Payment_Security.Entity', 5);

1908: , x_result => l_sec_result
1909: , x_return_status => l_return_status
1910: );
1911: IF l_debug_level > 0 THEN
1912: oe_debug_pub.add('Payment:after OE_Header_Payment_Security.Entity', 5);
1913: END IF;
1914:
1915: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1916: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1987: OE_Header_Payment_Security.g_check_all_cols_constraint := 'Y';

1983: END IF;
1984:
1985: END IF;
1986:
1987: OE_Header_Payment_Security.g_check_all_cols_constraint := 'Y';
1988: OE_MSG_PUB.reset_msg_context('HEADER_PAYMENT');
1989:
1990: -- loop exception handler.
1991: IF l_header_payment_rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 2013: OE_Header_Payment_Security.g_check_all_cols_constraint := 'Y';

2009: x_return_status := FND_API.G_RET_STS_ERROR;
2010: p_x_Header_Payment_tbl(I) := l_Header_Payment_rec;
2011: p_x_old_Header_Payment_tbl(I) := l_old_Header_Payment_rec;
2012:
2013: OE_Header_Payment_Security.g_check_all_cols_constraint := 'Y';
2014: OE_MSG_PUB.reset_msg_context('HEADER_PAYMENT');
2015: IF l_control_Rec.Process_Partial THEN
2016: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
2017: IF l_debug_level > 0 THEN

Line 2036: OE_Header_Payment_Security.g_check_all_cols_constraint := 'Y';

2032: l_Header_Payment_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2033: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2034: p_x_Header_Payment_tbl(I) := l_Header_Payment_rec;
2035: p_x_old_Header_Payment_tbl(I) := l_old_Header_Payment_rec;
2036: OE_Header_Payment_Security.g_check_all_cols_constraint := 'Y';
2037: OE_MSG_PUB.reset_msg_context('HEADER_PAYMENT');
2038: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2039:
2040: WHEN OTHERS THEN

Line 2047: OE_Header_Payment_Security.g_check_all_cols_constraint := 'Y';

2043: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2044: p_x_Header_Payment_tbl(I) := l_Header_Payment_rec;
2045: p_x_old_Header_Payment_tbl(I) := l_old_Header_Payment_rec;
2046:
2047: OE_Header_Payment_Security.g_check_all_cols_constraint := 'Y';
2048: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2049: THEN
2050: OE_MSG_PUB.Add_Exc_Msg
2051: ( G_PKG_NAME