DBA Data[Home] [Help]

APPS.ICX_ON dependencies on ICX_ON_CABO

Line 51: icx_on_cabo.findPage(

47: icx_sec.g_mode_code = 'SLAVE')
48: then
49: if l_type = 'Q1'
50: then
51: icx_on_cabo.findPage(
52: p_flow_appl_id => l_flow_appl_id,
53: p_flow_code => l_flow_code,
54: p_page_appl_id => l_page_appl_id,
55: p_page_code => l_page_code,

Line 64: icx_on_cabo.findPage(l_flow_appl_id,l_flow_code,l_page_appl_id,l_page_code,'','',5,1,'Y',l_Y,l_help_url);

60: p_hidden_name => 'Y',
61: p_hidden_value => l_Y,
62: p_help_url => l_help_url);
63: else
64: icx_on_cabo.findPage(l_flow_appl_id,l_flow_code,l_page_appl_id,l_page_code,'','',5,1,'Y',l_Y,l_help_url);
65: end if;
66: else
67: if l_type = 'Q1'
68: then

Line 130: icx_on_cabo.wherePage;

126: icx_on_utilities.g_on_parameters(7) := '';
127: icx_on_utilities.g_on_parameters(8) := l_start_region;
128: icx_on_utilities.g_on_parameters(9) := l_encrypted_where;
129:
130: icx_on_cabo.wherePage;
131: elsif l_type = 'D'
132: then
133: icx_on_cabo.WFPage;
134: else

Line 133: icx_on_cabo.WFPage;

129:
130: icx_on_cabo.wherePage;
131: elsif l_type = 'D'
132: then
133: icx_on_cabo.WFPage;
134: else
135: icx_on_utilities.getRegions;
136: end if;
137:

Line 143: icx_on_cabo.displayPage;

139: then
140: if ( substr(icx_sec.g_mode_code,1,3) = '115' or
141: icx_sec.g_mode_code = 'SLAVE')
142: then
143: icx_on_cabo.displayPage;
144: else
145: icx_on_utilities.displayPage;
146: end if;
147: end if;