DBA Data[Home] [Help]

APPS.PQH_CER_INS dependencies on PQH_COPY_ENTITY_RESULTS

Line 55: -- Insert the row into: pqh_copy_entity_results

51: Begin
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pqh_copy_entity_results
56: --
57: insert into pqh_copy_entity_results
58: ( copy_entity_result_id,
59: copy_entity_txn_id,

Line 57: insert into pqh_copy_entity_results

53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pqh_copy_entity_results
56: --
57: insert into pqh_copy_entity_results
58: ( copy_entity_result_id,
59: copy_entity_txn_id,
60: result_type_cd,
61: number_of_copies,

Line 527: Cursor C_Sel1 is select pqh_copy_entity_results_s.nextval from sys.dual;

523: Procedure pre_insert(p_rec in out nocopy pqh_cer_shd.g_rec_type) is
524: --
525: l_proc varchar2(72) := g_package||'pre_insert';
526: --
527: Cursor C_Sel1 is select pqh_copy_entity_results_s.nextval from sys.dual;
528: --
529: Begin
530: hr_utility.set_location('Entering:'||l_proc, 5);
531: --

Line 800: (p_module_name => 'pqh_copy_entity_results'

796: --
797: when hr_api.cannot_find_prog_unit then
798: --
799: hr_api.cannot_find_prog_unit_error
800: (p_module_name => 'pqh_copy_entity_results'
801: ,p_hook_type => 'AI');
802: --
803: end;
804: --