DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_HDLR dependencies on ONT_D1_DEFAULT_LINE_SET

Line 1364: g_record.CUSTOMER_PREFERENCE_SET_CODE := ONT_D1_DEFAULT_LINE_SET.Get_Default_Value(g_record);

1360:
1361: IF g_record.CUSTOMER_PREFERENCE_SET_CODE = FND_API.G_MISS_CHAR THEN
1362: -- Get the defaulting api registered in the AK AND default
1363: l_attr:=l_attr||' 1';
1364: g_record.CUSTOMER_PREFERENCE_SET_CODE := ONT_D1_DEFAULT_LINE_SET.Get_Default_Value(g_record);
1365: l_attr:=l_attr||' 2';
1366: -- There is no security api registered in the AK dictionary
1367: IF g_record.CUSTOMER_PREFERENCE_SET_CODE IS NOT NULL THEN
1368: l_attr:=l_attr||' 4';