DBA Data[Home] [Help]

APPS.WSH_FLEXFIELD_UTILS dependencies on WSH_TRIPS

Line 552: ELSIF (UPPER(p_table_name) = 'WSH_TRIPS') THEN -- bug 5948562, for additional trip information DFF

548: last_update_date = SYSDATE,
549: last_updated_by = FND_GLOBAL.USER_ID,
550: last_update_login = FND_GLOBAL.LOGIN_ID
551: WHERE delivery_id = p_primary_id;
552: ELSIF (UPPER(p_table_name) = 'WSH_TRIPS') THEN -- bug 5948562, for additional trip information DFF
553:
554: UPDATE wsh_trips
555: SET Attribute_Category = context,
556: Attribute1 = attributes(1),

Line 554: UPDATE wsh_trips

550: last_update_login = FND_GLOBAL.LOGIN_ID
551: WHERE delivery_id = p_primary_id;
552: ELSIF (UPPER(p_table_name) = 'WSH_TRIPS') THEN -- bug 5948562, for additional trip information DFF
553:
554: UPDATE wsh_trips
555: SET Attribute_Category = context,
556: Attribute1 = attributes(1),
557: Attribute2 = attributes(2),
558: Attribute3 = attributes(3),