DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_PREFERRED_GRADE

Line 1443: g_record.PREFERRED_GRADE := ONT_D2_PREFERRED_GRADE.Get_Default_Value(g_record);

1439:
1440: IF g_record.PREFERRED_GRADE = FND_API.G_MISS_CHAR THEN
1441: -- Get the defaulting api registered in the AK AND default
1442: l_attr:=l_attr||' 1';
1443: g_record.PREFERRED_GRADE := ONT_D2_PREFERRED_GRADE.Get_Default_Value(g_record);
1444: l_attr:=l_attr||' 2';
1445: -- There is no security api registered in the AK dictionary
1446: -- There is no validation api registered in the AK dictionary
1447: END IF;