DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_HDLR dependencies on ONT_D2_SHIPMENT_PRIORITY_CO

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

2922:
2923: IF g_record.SHIPMENT_PRIORITY_CODE = FND_API.G_MISS_CHAR THEN
2924: -- Get the defaulting api registered in the AK AND default
2925: l_attr:=l_attr||' 1';
2926: g_record.SHIPMENT_PRIORITY_CODE := ONT_D2_SHIPMENT_PRIORITY_CO.Get_Default_Value(g_record);
2927: l_attr:=l_attr||' 2';
2928: -- For UPDATE operations, check security if new defaulted value is not equal to old value
2929: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
2930: l_attr:=l_attr||' 3';