DBA Data[Home] [Help]

APPS.PQH_CET_INS dependencies on PQH_COPY_ENTITY_TXNS

Line 55: -- Insert the row into: pqh_copy_entity_txns

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_txns
56: --
57: insert into pqh_copy_entity_txns
58: ( copy_entity_txn_id,
59: transaction_category_id,

Line 57: insert into pqh_copy_entity_txns

53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pqh_copy_entity_txns
56: --
57: insert into pqh_copy_entity_txns
58: ( copy_entity_txn_id,
59: transaction_category_id,
60: txn_category_attribute_id,
61: context_business_group_id,

Line 151: Cursor C_Sel1 is select pqh_copy_entity_txns_s.nextval from sys.dual;

147: Procedure pre_insert(p_rec in out nocopy pqh_cet_shd.g_rec_type) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: Cursor C_Sel1 is select pqh_copy_entity_txns_s.nextval from sys.dual;
152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --

Line 236: (p_module_name => 'pqh_copy_entity_txns'

232: --
233: when hr_api.cannot_find_prog_unit then
234: --
235: hr_api.cannot_find_prog_unit_error
236: (p_module_name => 'pqh_copy_entity_txns'
237: ,p_hook_type => 'AI');
238: --
239: end;
240: --