DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_SHIPMENT_PRIORITY_CO

Line 3024: g_record.SHIPMENT_PRIORITY_CODE := ONT_D2_SHIPMENT_PRIORITY_CO.Get_Default_Value(g_record);

3020:
3021: IF g_record.SHIPMENT_PRIORITY_CODE = FND_API.G_MISS_CHAR THEN
3022: -- Get the defaulting api registered in the AK AND default
3023: l_attr:=l_attr||' 1';
3024: g_record.SHIPMENT_PRIORITY_CODE := ONT_D2_SHIPMENT_PRIORITY_CO.Get_Default_Value(g_record);
3025: l_attr:=l_attr||' 2';
3026: -- For UPDATE operations, check security if new defaulted value is not equal to old value
3027: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
3028: l_attr:=l_attr||' 3';