DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_HDLR dependencies on ONT_D1_CREDIT_CARD_EXPIRATI

Line 676: g_record.CREDIT_CARD_EXPIRATION_DATE := ONT_D1_CREDIT_CARD_EXPIRATI.Get_Default_Value(g_record);

672:
673: IF g_record.CREDIT_CARD_EXPIRATION_DATE = FND_API.G_MISS_DATE THEN
674: -- Get the defaulting api registered in the AK AND default
675: l_attr:=l_attr||' 1';
676: g_record.CREDIT_CARD_EXPIRATION_DATE := ONT_D1_CREDIT_CARD_EXPIRATI.Get_Default_Value(g_record);
677: l_attr:=l_attr||' 2';
678: -- There is no security api registered in the AK dictionary
679: -- There is no validation api registered in the AK dictionary
680: END IF;