DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on FND_MESSAGE

Line 2640: p_information5 => fnd_message.get_string('PQH','PQH_GSP_STEP_PROMPT')||stepnum,

2636: ben_copy_entity_results_api.update_copy_entity_results(
2637: p_copy_entity_result_id => i.copy_entity_result_id,
2638: p_effective_date => p_effective_start_date,
2639: p_copy_entity_txn_id => p_copy_entity_txn_id,
2640: p_information5 => fnd_message.get_string('PQH','PQH_GSP_STEP_PROMPT')||stepnum,
2641: p_information100 => fnd_message.get_string('PQH','PQH_GSP_STEP_PROMPT')||stepnum,
2642: p_object_version_number => i.object_version_number,
2643: p_information323 => null);
2644: end loop;

Line 2641: p_information100 => fnd_message.get_string('PQH','PQH_GSP_STEP_PROMPT')||stepnum,

2637: p_copy_entity_result_id => i.copy_entity_result_id,
2638: p_effective_date => p_effective_start_date,
2639: p_copy_entity_txn_id => p_copy_entity_txn_id,
2640: p_information5 => fnd_message.get_string('PQH','PQH_GSP_STEP_PROMPT')||stepnum,
2641: p_information100 => fnd_message.get_string('PQH','PQH_GSP_STEP_PROMPT')||stepnum,
2642: p_object_version_number => i.object_version_number,
2643: p_information323 => null);
2644: end loop;
2645: if g_debug then

Line 4389: l_msg := nvl(fnd_message.get,sqlerrm);

4385: when hr_multi_message.error_message_exist then
4386: Rollback to move_data_stage_to_hr;
4387: null;
4388: when others then
4389: l_msg := nvl(fnd_message.get,sqlerrm);
4390: p_error_msg := l_msg;
4391: Rollback to move_data_stage_to_hr;
4392: End move_data_stage_to_hr;
4393: