DBA Data[Home] [Help]

APPS.BIS_RG_FIX_AKFLEX_DATA dependencies on FND_FORM_FUNCTIONS

Line 29: FROM fnd_form_functions

25: SELECT substr(web_html_call,
26: instr(web_html_call, '''',1,1) + 1,
27: instr(web_html_call, '''',1,2) -
28: instr(web_html_call, '''',1,1) - 1) region_code
29: FROM fnd_form_functions
30: WHERE upper(web_html_call) like 'BISVIEWER.SHOWREPORT%';
31: l_count NUMBER := 0;
32: BEGIN
33: FOR c_rec IN c_repregions LOOP

Line 56: FROM fnd_form_functions

52: SELECT substr(web_html_call,
53: instr(web_html_call, '''',1,1) + 1,
54: instr(web_html_call, '''',1,2) -
55: instr(web_html_call, '''',1,1) - 1) region_code
56: FROM fnd_form_functions
57: WHERE upper(web_html_call) like 'BISVIEWER.SHOWREPORT%';
58: l_count NUMBER := 0;
59: BEGIN
60: FOR c_rec IN c_repregions LOOP