DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_HDLR dependencies on ONT_D1_BLANKET_NUMBER

Line 1715: g_record.BLANKET_NUMBER := ONT_D1_BLANKET_NUMBER.Get_Default_Value(g_record);

1711:
1712: IF g_record.BLANKET_NUMBER = FND_API.G_MISS_NUM THEN
1713: -- Get the defaulting api registered in the AK AND default
1714: l_attr:=l_attr||' 1';
1715: g_record.BLANKET_NUMBER := ONT_D1_BLANKET_NUMBER.Get_Default_Value(g_record);
1716: l_attr:=l_attr||' 2';
1717: -- For UPDATE operations, check security if new defaulted value is not equal to old value
1718: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
1719: l_attr:=l_attr||' 3';