DBA Data[Home] [Help]

APPS.ONT_HEADER_PAYMENT_DEF_HDLR dependencies on ONT_D1024_CREDIT_CARD_EXPIRATI

Line 358: g_record.CREDIT_CARD_EXPIRATION_DATE := ONT_D1024_CREDIT_CARD_EXPIRATI.Get_Default_Value(g_record);

354:
355: IF g_record.CREDIT_CARD_EXPIRATION_DATE = FND_API.G_MISS_DATE THEN
356: -- Get the defaulting api registered in the AK AND default
357: l_attr:=l_attr||' 1';
358: g_record.CREDIT_CARD_EXPIRATION_DATE := ONT_D1024_CREDIT_CARD_EXPIRATI.Get_Default_Value(g_record);
359: l_attr:=l_attr||' 2';
360: -- There is no security api registered in the AK dictionary
361: -- There is no validation api registered in the AK dictionary
362: END IF;