DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_HDLR dependencies on ONT_D1_CREDIT_CARD_HOLDER_N

Line 686: g_record.CREDIT_CARD_HOLDER_NAME := ONT_D1_CREDIT_CARD_HOLDER_N.Get_Default_Value(g_record);

682:
683: IF g_record.CREDIT_CARD_HOLDER_NAME = FND_API.G_MISS_CHAR THEN
684: -- Get the defaulting api registered in the AK AND default
685: l_attr:=l_attr||' 1';
686: g_record.CREDIT_CARD_HOLDER_NAME := ONT_D1_CREDIT_CARD_HOLDER_N.Get_Default_Value(g_record);
687: l_attr:=l_attr||' 2';
688: -- There is no security api registered in the AK dictionary
689: -- There is no validation api registered in the AK dictionary
690: END IF;