DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_BLANKET_NUMBER

Line 2470: g_record.BLANKET_NUMBER := ONT_D2_BLANKET_NUMBER.Get_Default_Value(g_record);

2466:
2467: IF g_record.BLANKET_NUMBER = FND_API.G_MISS_NUM THEN
2468: -- Get the defaulting api registered in the AK AND default
2469: l_attr:=l_attr||' 1';
2470: g_record.BLANKET_NUMBER := ONT_D2_BLANKET_NUMBER.Get_Default_Value(g_record);
2471: l_attr:=l_attr||' 2';
2472: -- For UPDATE operations, check security if new defaulted value is not equal to old value
2473: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
2474: l_attr:=l_attr||' 3';