DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_SERVICE_DURATION

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

2723:
2724: IF g_record.SERVICE_DURATION = FND_API.G_MISS_NUM THEN
2725: -- Get the defaulting api registered in the AK AND default
2726: l_attr:=l_attr||' 1';
2727: g_record.SERVICE_DURATION := ONT_D2_SERVICE_DURATION.Get_Default_Value(g_record);
2728: l_attr:=l_attr||' 2';
2729: -- For UPDATE operations, check security if new defaulted value is not equal to old value
2730: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
2731: l_attr:=l_attr||' 3';