DBA Data[Home] [Help]

APPS.OE_LINE_SCREDIT_SECURITY dependencies on OE_LINE_SCREDIT_SECURITY

Line 1: PACKAGE BODY OE_Line_Scredit_Security AS

1: PACKAGE BODY OE_Line_Scredit_Security AS
2: /* $Header: OEXXLSCB.pls 115.23 2004/06/22 18:35:23 jvicenti ship $ */
3:
4:
5: -- Global constant holding the package name

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

3:
4:
5: -- Global constant holding the package name
6:
7: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Line_Scredit_Security';
8:
9: -- LOCAL PROCEDURES
10:
11: FUNCTION Is_Op_Constrained

Line 724: oe_debug_pub.add( 'ENTER OE_LINE_SCREDIT_SECURITY.ENTITY' , 1 ) ;

720: --
721: BEGIN
722:
723: IF l_debug_level > 0 THEN
724: oe_debug_pub.add( 'ENTER OE_LINE_SCREDIT_SECURITY.ENTITY' , 1 ) ;
725: END IF;
726:
727: -- Initializing return status to SUCCESS
728: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 748: OE_LINE_SCREDIT_SECURITY.g_record := l_rowtype_rec;

744: (p_LINE_SCREDIT_rec
745: ,l_rowtype_rec);
746:
747: --Initialize security global record
748: OE_LINE_SCREDIT_SECURITY.g_record := l_rowtype_rec;
749:
750: x_result := Is_OP_constrained
751: (p_operation => l_operation
752: ,p_record => l_rowtype_rec

Line 757: oe_debug_pub.add( 'EXIT OE_LINE_SCREDIT_SECURITY.ENTITY' , 1 ) ;

753: ,x_on_operation_action => l_on_operation_action
754: );
755:
756: IF l_debug_level > 0 THEN
757: oe_debug_pub.add( 'EXIT OE_LINE_SCREDIT_SECURITY.ENTITY' , 1 ) ;
758: END IF;
759:
760: EXCEPTION
761: WHEN OTHERS THEN

Line 792: oe_debug_pub.add( 'ENTER OE_LINE_SCREDIT_SECURITY.ATTRIBUTES' , 1 ) ;

788: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
789: --
790: BEGIN
791: IF l_debug_level > 0 THEN
792: oe_debug_pub.add( 'ENTER OE_LINE_SCREDIT_SECURITY.ATTRIBUTES' , 1 ) ;
793: END IF;
794:
795: -- Initializing return status to SUCCESS
796: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 833: OE_LINE_SCREDIT_SECURITY.g_record := l_rowtype_rec;

829: (p_LINE_SCREDIT_rec
830: ,l_rowtype_rec);
831:
832: --Initialize security global record
833: OE_LINE_SCREDIT_SECURITY.g_record := l_rowtype_rec;
834:
835: -- Compare the new and old entity records and
836: -- check constraints for all the changed attributes.
837:

Line 1202: oe_debug_pub.add( 'EXIT OE_LINE_SCREDIT_SECURITY.ATTRIBUTES' , 1 ) ;

1198: -- NOTE: Please add constraints check for new attributes before the
1199: -- descriptive flexfield attributes check.
1200:
1201: IF l_debug_level > 0 THEN
1202: oe_debug_pub.add( 'EXIT OE_LINE_SCREDIT_SECURITY.ATTRIBUTES' , 1 ) ;
1203: END IF;
1204:
1205: EXCEPTION
1206: WHEN FND_API.G_EXC_ERROR THEN

Line 1219: END OE_Line_Scredit_Security;

1215: END IF;
1216:
1217: END Attributes;
1218:
1219: END OE_Line_Scredit_Security;