DBA Data[Home] [Help]

APPS.OE_BLANKET_HEADER_SECURITY dependencies on OE_BLANKET_HEADER_SECURITY

Line 1: PACKAGE BODY OE_Blanket_Header_Security AS

1: PACKAGE BODY OE_Blanket_Header_Security AS
2: /* $Header: OEXXBHDB.pls 120.2.12010000.2 2008/08/04 15:09:57 amallik ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Blanket_Header_Security';

2: /* $Header: OEXXBHDB.pls 120.2.12010000.2 2008/08/04 15:09:57 amallik ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Blanket_Header_Security';
7:
8: -- LOCAL PROCEDURES
9:
10:

Line 1588: oe_debug_pub.add( 'ENTER OE_BLANKET_HEADER_SECURITY.ENTITY' , 1 ) ;

1584: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1585: --
1586: BEGIN
1587: IF l_debug_level > 0 THEN
1588: oe_debug_pub.add( 'ENTER OE_BLANKET_HEADER_SECURITY.ENTITY' , 1 ) ;
1589: END IF;
1590:
1591: -- Initializing return status to SUCCESS
1592: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1610: OE_Blanket_Header_Security.g_record := l_rowtype_rec;

1606:
1607: OE_BLANKET_UTIL.API_Rec_To_Rowtype_Rec(p_HEADER_rec, l_rowtype_rec);
1608:
1609: -- Initialize security global record
1610: OE_Blanket_Header_Security.g_record := l_rowtype_rec;
1611:
1612: x_result := Is_OP_constrained
1613: (p_operation => l_operation
1614: ,p_record => l_rowtype_rec

Line 1619: oe_debug_pub.add( 'EXIT OE_BLANKET_HEADER_SECURITY.ENTITY' , 1 ) ;

1615: ,x_on_operation_action => l_on_operation_action
1616: );
1617:
1618: IF l_debug_level > 0 THEN
1619: oe_debug_pub.add( 'EXIT OE_BLANKET_HEADER_SECURITY.ENTITY' , 1 ) ;
1620: END IF;
1621:
1622: EXCEPTION
1623: WHEN OTHERS THEN

Line 1656: oe_debug_pub.add( 'ENTER OE_BLANKET_HEADER_SECURITY.ATTRIBUTES' , 1 ) ;

1652: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1653: --
1654: BEGIN
1655: IF l_debug_level > 0 THEN
1656: oe_debug_pub.add( 'ENTER OE_BLANKET_HEADER_SECURITY.ATTRIBUTES' , 1 ) ;
1657: oe_debug_pub.add( 'new sold_to_org_id' || p_header_rec.sold_to_org_id ) ;
1658: oe_debug_pub.add( 'old sold_to_org_id' || p_old_header_rec.sold_to_org_id ) ;
1659: oe_debug_pub.add( 'new pl name ' || p_header_rec.new_price_list_name ) ;
1660: oe_debug_pub.add( 'old pl name ' || p_old_header_rec.new_price_list_name ) ;

Line 1704: OE_Blanket_Header_Security.g_record := l_rowtype_rec;

1700:
1701: OE_BLANKET_UTIL.API_Rec_To_Rowtype_Rec(p_HEADER_rec, l_rowtype_rec);
1702:
1703: -- Initialize security global record
1704: OE_Blanket_Header_Security.g_record := l_rowtype_rec;
1705:
1706: -- Compare the new and old entity records and
1707: -- check constraints for all the changed attributes.
1708: /*

Line 2911: oe_debug_pub.add( 'EXIT OE_BLANKET_HEADER_SECURITY.ATTRIBUTES' , 1 ) ;

2907: -- NOTE: Please add constraints check for new attributes before the
2908: -- descriptive flexfield attributes check.
2909:
2910: IF l_debug_level > 0 THEN
2911: oe_debug_pub.add( 'EXIT OE_BLANKET_HEADER_SECURITY.ATTRIBUTES' , 1 ) ;
2912: END IF;
2913:
2914: EXCEPTION
2915: WHEN e_inacitve_pl THEN

Line 2952: END OE_Blanket_Header_Security;

2948:
2949: RETURN(l_result);
2950:
2951: END ON_HOLD_FLAG;
2952: END OE_Blanket_Header_Security;