DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_SECURITY dependencies on OE_HEADER_PAYMENT_SECURITY

Line 1: PACKAGE BODY OE_Header_Payment_Security AS

1: PACKAGE BODY OE_Header_Payment_Security AS
2: /* $Header: OEXXHPMB.pls 120.1 2005/09/16 11:06:53 ksurendr noship $ */
3:
4:
5: -- Global constant holding the package name

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

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

Line 873: oe_debug_pub.add( 'ENTER OE_HEADER_PAYMENT_SECURITY.ENTITY' , 1 ) ;

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

Line 897: OE_Header_Payment_SECURITY.g_record := l_rowtype_rec;

893: (p_HEADER_PAYMENT_rec,
894: l_rowtype_rec);
895:
896: -- Initialize security global record
897: OE_Header_Payment_SECURITY.g_record := l_rowtype_rec;
898:
899: x_result := Is_OP_constrained
900: (p_operation => l_operation
901: ,p_record => l_rowtype_rec

Line 906: oe_debug_pub.add( 'EXIT OE_HEADER_PAYMENT_SECURITY.ENTITY' , 1 ) ;

902: ,x_on_operation_action => l_on_operation_action
903: );
904:
905: IF l_debug_level > 0 THEN
906: oe_debug_pub.add( 'EXIT OE_HEADER_PAYMENT_SECURITY.ENTITY' , 1 ) ;
907: END IF;
908:
909: EXCEPTION
910: WHEN OTHERS THEN

Line 941: oe_debug_pub.add( 'ENTER OE_HEADER_PAYMENT_SECURITY.ATTRIBUTES' , 1 ) ;

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

Line 982: OE_Header_Payment_SECURITY.g_record := l_rowtype_rec;

978: (p_HEADER_PAYMENT_rec,
979: l_rowtype_rec);
980:
981: -- Initialize security global record
982: OE_Header_Payment_SECURITY.g_record := l_rowtype_rec;
983:
984: -- Compare the new and old entity records and
985: -- check constraints for all the changed attributes.
986:

Line 1500: oe_debug_pub.add( 'EXIT OE_HEADER_PAYMENT_SECURITY.ATTRIBUTES' , 1 ) ;

1496: -- NOTE: Please add constraints check for new attributes before the
1497: -- descriptive flexfield attributes check.
1498:
1499: IF l_debug_level > 0 THEN
1500: oe_debug_pub.add( 'EXIT OE_HEADER_PAYMENT_SECURITY.ATTRIBUTES' , 1 ) ;
1501: END IF;
1502:
1503: EXCEPTION
1504: WHEN FND_API.G_EXC_ERROR THEN

Line 1517: END OE_Header_Payment_Security;

1513: END IF;
1514:
1515: END Attributes;
1516:
1517: END OE_Header_Payment_Security;