DBA Data[Home] [Help]

APPS.AME_TEST_UTILITY_PKG dependencies on AME_UTILITY_PKG

Line 261: || ame_utility_pkg.get_condition_description(p_condition_id => conditionIdList(x));

257: if x > 1 then
258: conditionsList := conditionsList || fnd_global.local_chr(ascii_chr => 13);
259: end if;
260: conditionsList := conditionsList
261: || ame_utility_pkg.get_condition_description(p_condition_id => conditionIdList(x));
262: end loop;
263: return conditionsList;
264: exception
265: when others then

Line 337: || ame_utility_pkg.get_action_description(p_action_id => actionIdList(x));

333: if x <> 1 then
334: actionsList := actionsList || fnd_global.local_chr(ascii_chr => 13);
335: end if;
336: actionsList := actionsList
337: || ame_utility_pkg.get_action_description(p_action_id => actionIdList(x));
338: end loop;
339: return actionsList;
340: exception
341: when others then