DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_IB_CURRENT_LOCATION

Line 837: g_record.IB_CURRENT_LOCATION := ONT_D2_IB_CURRENT_LOCATION.Get_Default_Value(g_record);

833:
834: IF g_record.IB_CURRENT_LOCATION = FND_API.G_MISS_CHAR THEN
835: -- Get the defaulting api registered in the AK AND default
836: l_attr:=l_attr||' 1';
837: g_record.IB_CURRENT_LOCATION := ONT_D2_IB_CURRENT_LOCATION.Get_Default_Value(g_record);
838: l_attr:=l_attr||' 2';
839: -- For UPDATE operations, check security if new defaulted value is not equal to old value
840: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
841: l_attr:=l_attr||' 3';