DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_HDLR dependencies on ONT_D1_QUOTE_DATE

Line 1671: g_record.QUOTE_DATE := ONT_D1_QUOTE_DATE.Get_Default_Value(g_record);

1667:
1668: IF g_record.QUOTE_DATE = FND_API.G_MISS_DATE THEN
1669: -- Get the defaulting api registered in the AK AND default
1670: l_attr:=l_attr||' 1';
1671: g_record.QUOTE_DATE := ONT_D1_QUOTE_DATE.Get_Default_Value(g_record);
1672: l_attr:=l_attr||' 2';
1673: -- For UPDATE operations, check security if new defaulted value is not equal to old value
1674: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
1675: l_attr:=l_attr||' 3';