DBA Data[Home] [Help]

APPS.ONT_LINE_PAYMENT_DEF_HDLR dependencies on ONT_D1025_CREDIT_CARD_NUMBER

Line 228: g_record.CREDIT_CARD_NUMBER := ONT_D1025_CREDIT_CARD_NUMBER.Get_Default_Value(g_record);

224:
225: IF g_record.CREDIT_CARD_NUMBER = FND_API.G_MISS_CHAR THEN
226: -- Get the defaulting api registered in the AK AND default
227: l_attr:=l_attr||' 1';
228: g_record.CREDIT_CARD_NUMBER := ONT_D1025_CREDIT_CARD_NUMBER.Get_Default_Value(g_record);
229: l_attr:=l_attr||' 2';
230: -- There is no security api registered in the AK dictionary
231: -- There is no validation api registered in the AK dictionary
232: END IF;