DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_SECURITY dependencies on OE_LINE_PAYMENT_SECURITY

Line 1: PACKAGE BODY OE_Line_Payment_Security AS

1: PACKAGE BODY OE_Line_Payment_Security AS
2: /* $Header: OEXXLPMB.pls 120.1 2005/09/16 11:08:00 ksurendr noship $ */
3:
4:
5: -- Global constant holding the package name

Line 7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Line_Payment_Security';

3:
4:
5: -- Global constant holding the package name
6:
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Line_Payment_Security';
8:
9: g_line_id NUMBER := FND_API.G_MISS_NUM;
10:
11: -- LOCAL PROCEDURES

Line 876: oe_debug_pub.add( 'ENTER OE_LINE_PAYMENT_SECURITY.ENTITY' , 1 ) ;

872: --
873: BEGIN
874:
875: IF l_debug_level > 0 THEN
876: oe_debug_pub.add( 'ENTER OE_LINE_PAYMENT_SECURITY.ENTITY' , 1 ) ;
877: END IF;
878:
879: -- Initializing return status to SUCCESS
880: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 900: OE_Line_Payment_SECURITY.g_record := l_rowtype_rec;

896: (p_LINE_PAYMENT_rec,
897: l_rowtype_rec);
898:
899: -- Initialize security global record
900: OE_Line_Payment_SECURITY.g_record := l_rowtype_rec;
901:
902: x_result := Is_OP_constrained
903: (p_operation => l_operation
904: ,p_record => l_rowtype_rec

Line 909: oe_debug_pub.add( 'EXIT OE_LINE_PAYMENT_SECURITY.ENTITY' , 1 ) ;

905: ,x_on_operation_action => l_on_operation_action
906: );
907:
908: IF l_debug_level > 0 THEN
909: oe_debug_pub.add( 'EXIT OE_LINE_PAYMENT_SECURITY.ENTITY' , 1 ) ;
910: END IF;
911:
912: EXCEPTION
913: WHEN OTHERS THEN

Line 944: oe_debug_pub.add( 'ENTER OE_LINE_PAYMENT_SECURITY.ATTRIBUTES' , 1 ) ;

940: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
941: --
942: BEGIN
943: IF l_debug_level > 0 THEN
944: oe_debug_pub.add( 'ENTER OE_LINE_PAYMENT_SECURITY.ATTRIBUTES' , 1 ) ;
945: END IF;
946:
947: -- Initializing return status to SUCCESS
948: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 985: OE_Line_Payment_SECURITY.g_record := l_rowtype_rec;

981: (p_LINE_PAYMENT_rec,
982: l_rowtype_rec);
983:
984: -- Initialize security global record
985: OE_Line_Payment_SECURITY.g_record := l_rowtype_rec;
986:
987: -- Compare the new and old entity records and
988: -- check constraints for all the changed attributes.
989:

Line 1510: oe_debug_pub.add( 'EXIT OE_LINE_PAYMENT_SECURITY.ATTRIBUTES' , 1 ) ;

1506: -- NOTE: Please add constraints check for new attributes before the
1507: -- descriptive flexfield attributes check.
1508:
1509: IF l_debug_level > 0 THEN
1510: oe_debug_pub.add( 'EXIT OE_LINE_PAYMENT_SECURITY.ATTRIBUTES' , 1 ) ;
1511: END IF;
1512:
1513: EXCEPTION
1514: WHEN FND_API.G_EXC_ERROR THEN

Line 1527: END OE_Line_Payment_Security;

1523: END IF;
1524:
1525: END Attributes;
1526:
1527: END OE_Line_Payment_Security;