DBA Data[Home] [Help]

APPS.AP_CARD_DATABASE_PKG dependencies on ICX_UTIL

Line 175: l_prompts icx_util.g_prompts_table;

171: c_prompts out nocopy prompts_table)
172: IS
173: -------------------------------------------------------------------------------
174: l_title AK_REGIONS_VL.NAME%TYPE;
175: l_prompts icx_util.g_prompts_table;
176: i number;
177: BEGIN
178: --
179: -- Populate Prompt tables for translation

Line 181: icx_util.getPrompts(c_region_application_id,

177: BEGIN
178: --
179: -- Populate Prompt tables for translation
180: --
181: icx_util.getPrompts(c_region_application_id,
182: c_region_code,
183: l_title,
184: l_prompts);
185: