DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_HDLR dependencies on ONT_D1_CREDIT_CARD_NUMBER

Line 285: g_record.CREDIT_CARD_NUMBER := ONT_D1_CREDIT_CARD_NUMBER.Get_Default_Value(g_record);

281:
282: IF g_record.CREDIT_CARD_NUMBER = FND_API.G_MISS_CHAR THEN
283: -- Get the defaulting api registered in the AK AND default
284: l_attr:=l_attr||' 1';
285: g_record.CREDIT_CARD_NUMBER := ONT_D1_CREDIT_CARD_NUMBER.Get_Default_Value(g_record);
286: l_attr:=l_attr||' 2';
287: -- There is no security api registered in the AK dictionary
288: -- There is no validation api registered in the AK dictionary
289: END IF;