DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_HDLR dependencies on ONT_D1_IB_CURRENT_LOCATION

Line 727: g_record.IB_CURRENT_LOCATION := ONT_D1_IB_CURRENT_LOCATION.Get_Default_Value(g_record);

723:
724: IF g_record.IB_CURRENT_LOCATION = FND_API.G_MISS_CHAR THEN
725: -- Get the defaulting api registered in the AK AND default
726: l_attr:=l_attr||' 1';
727: g_record.IB_CURRENT_LOCATION := ONT_D1_IB_CURRENT_LOCATION.Get_Default_Value(g_record);
728: l_attr:=l_attr||' 2';
729: -- For UPDATE operations, check security if new defaulted value is not equal to old value
730: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
731: l_attr:=l_attr||' 3';