DBA Data[Home] [Help]

APPS.ICX_LOGIN dependencies on WF_CORE

Line 141: -- 1388074 mputman added substrb to wf_core call

137:
138: -- to make old PHP user data compatible with new PHP we need to insert
139: -- rows in icx_pages as wells as icx_pages_tl
140: --
141: -- 1388074 mputman added substrb to wf_core call
142:
143: ICX_PAGES_PKG.INSERT_ROW(
144: x_rowid => l_rowid,
145: x_page_id => l_page_id,

Line 152: x_page_name => substrb(wf_core.translate('ICX_MY_HOME'),1,80),

148: x_sequence_number => l_sequence_number + 1,
149: x_page_type => 'USER',
150: x_user_id => icx_sec.g_user_id,
151: x_refresh_rate => 0,
152: x_page_name => substrb(wf_core.translate('ICX_MY_HOME'),1,80),
153: x_page_description => p_user_id,
154: x_creation_date => sysdate,
155: x_created_by => p_user_id,
156: x_last_update_date => sysdate,

Line 174: -- wf_core.translate('MAIN_MENU'),

170: -- last_updated_by,
171: -- last_update_login)
172: --values
173: --(l_page_id,
174: -- wf_core.translate('MAIN_MENU'),
175: -- 'MAIN',
176: -- null,
177: -- p_user_id,
178: -- 0,