DBA Data[Home] [Help]

APPS.ONT_HEADER_DEF_HDLR dependencies on ONT_D1_SHIPMENT_PRIORITY_CO

Line 1909: g_record.SHIPMENT_PRIORITY_CODE := ONT_D1_SHIPMENT_PRIORITY_CO.Get_Default_Value(g_record);

1905:
1906: IF g_record.SHIPMENT_PRIORITY_CODE = FND_API.G_MISS_CHAR THEN
1907: -- Get the defaulting api registered in the AK AND default
1908: l_attr:=l_attr||' 1';
1909: g_record.SHIPMENT_PRIORITY_CODE := ONT_D1_SHIPMENT_PRIORITY_CO.Get_Default_Value(g_record);
1910: l_attr:=l_attr||' 2';
1911: -- For UPDATE operations, check security if new defaulted value is not equal to old value
1912: IF g_record.operation = OE_GLOBALS.G_OPR_UPDATE THEN
1913: l_attr:=l_attr||' 3';