DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_CUSTOMER_SHIPMENT_NU

Line 946: g_record.CUSTOMER_SHIPMENT_NUMBER := ONT_D2_CUSTOMER_SHIPMENT_NU.Get_Default_Value(g_record);

942:
943: IF g_record.CUSTOMER_SHIPMENT_NUMBER = FND_API.G_MISS_NUM THEN
944: -- Get the defaulting api registered in the AK AND default
945: l_attr:=l_attr||' 1';
946: g_record.CUSTOMER_SHIPMENT_NUMBER := ONT_D2_CUSTOMER_SHIPMENT_NU.Get_Default_Value(g_record);
947: l_attr:=l_attr||' 2';
948: -- There is no security api registered in the AK dictionary
949: IF g_record.CUSTOMER_SHIPMENT_NUMBER IS NOT NULL THEN
950: l_attr:=l_attr||' 4';