DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_SERVICE_BILL_PROFILE

Line 2679: g_record.SERVICE_BILL_PROFILE_ID := ONT_D2_SERVICE_BILL_PROFILE.Get_Default_Value(g_record);

2675:
2676: IF g_record.SERVICE_BILL_PROFILE_ID = FND_API.G_MISS_NUM THEN
2677: -- Get the defaulting api registered in the AK AND default
2678: l_attr:=l_attr||' 1';
2679: g_record.SERVICE_BILL_PROFILE_ID := ONT_D2_SERVICE_BILL_PROFILE.Get_Default_Value(g_record);
2680: l_attr:=l_attr||' 2';
2681: -- There is no security api registered in the AK dictionary
2682: IF g_record.SERVICE_BILL_PROFILE_ID IS NOT NULL THEN
2683: l_attr:=l_attr||' 4';