DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_SERVICE_DURATION

Line 2650: g_record.SERVICE_DURATION := ONT_D2_SERVICE_DURATION.Get_Default_Value(g_record);

2646:
2647: IF g_record.SERVICE_DURATION = FND_API.G_MISS_NUM THEN
2648: -- Get the defaulting api registered in the AK AND default
2649: l_attr:=l_attr||' 1';
2650: g_record.SERVICE_DURATION := ONT_D2_SERVICE_DURATION.Get_Default_Value(g_record);
2651: l_attr:=l_attr||' 2';
2652: -- For UPDATE operations, check security if new defaulted value is not equal to old value
2653: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
2654: l_attr:=l_attr||' 3';