DBA Data[Home] [Help]

APPS.SR_UWQ_INTEG dependencies on JTF_OBJECTS_VL

Line 468: select name into l_sr_name from jtf_objects_vl

464:
465: begin
466:
467: begin
468: select name into l_sr_name from jtf_objects_vl
469: where object_code='SR';
470: exception
471: when OTHERS then
472: l_sr_name := 'SR Error';

Line 1986: select name into l_sr_name from jtf_objects_vl

1982:
1983: begin
1984:
1985: begin
1986: select name into l_sr_name from jtf_objects_vl
1987: where object_code='SR';
1988: exception
1989: when OTHERS then
1990: l_sr_name := 'SR Error';

Line 2511: select name into l_sr_name from jtf_objects_vl

2507:
2508: begin
2509:
2510: begin
2511: select name into l_sr_name from jtf_objects_vl
2512: where object_code='SR_HTML';
2513: exception
2514: when OTHERS then
2515: l_sr_name := 'SR Error';

Line 3036: select name into l_sr_name from jtf_objects_vl

3032:
3033: begin
3034:
3035: begin
3036: select name into l_sr_name from jtf_objects_vl
3037: where object_code='SR';
3038: exception
3039: when OTHERS then
3040: l_sr_name := 'SR Error';