DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_BLANKET_NUMBER

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

2480:
2481: IF g_record.BLANKET_NUMBER = FND_API.G_MISS_NUM THEN
2482: -- Get the defaulting api registered in the AK AND default
2483: l_attr:=l_attr||' 1';
2484: g_record.BLANKET_NUMBER := ONT_D2_BLANKET_NUMBER.Get_Default_Value(g_record);
2485: l_attr:=l_attr||' 2';
2486: -- For UPDATE operations, check security if new defaulted value is not equal to old value
2487: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
2488: l_attr:=l_attr||' 3';