change LOV query for 'INCIDENT_TRACKING.CUST_PREF_LANG_NAME' (Language) field in SR form using form
Hi,
I am trying to change LOV query for 'INCIDENT_TRACK ING.CUST_PREF_L ANG_NAME' (Language) field in SR form using form personalization .
Currently its value is coming from lookup 'CS_KB_SC_LEX_L ANGUAGES' and query ( as per trace) is
'select description, language_code
from cs_sr_preferred _lang_v where trunc(sysdate) between
trunc(nvl(start _date_active,sy sdate)) and trunc(nvl(end_d ate_active,sysd ate) ) order by description'.
I am replacing this query by a customized table named 'xxcto_fleet_re gister_tbl xfrb' and the changed customized query is
'SELECT xfrb.status, xfrb.bx_number FROM xxcto_fleet_reg
I am trying to change LOV query for 'INCIDENT_TRACK
Currently its value is coming from lookup 'CS_KB_SC_LEX_L
'select description, language_code
from cs_sr_preferred
trunc(nvl(start
I am replacing this query by a customized table named 'xxcto_fleet_re
'SELECT xfrb.status, xfrb.bx_number FROM xxcto_fleet_reg
0