DBA Data[Home] [Help]

APPS.PQH_TCA_INS dependencies on PQH_TXN_CATEGORY_ATTRIBUTES

Line 56: -- Insert the row into: pqh_txn_category_attributes

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: pqh_txn_category_attributes
57: --
58: insert into pqh_txn_category_attributes
59: ( txn_category_attribute_id,
60: attribute_id,

Line 58: insert into pqh_txn_category_attributes

54: --
55: --
56: -- Insert the row into: pqh_txn_category_attributes
57: --
58: insert into pqh_txn_category_attributes
59: ( txn_category_attribute_id,
60: attribute_id,
61: transaction_category_id,
62: value_set_id,

Line 149: Cursor C_Sel1 is select pqh_txn_category_attributes_s.nextval from sys.dual;

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

Line 232: (p_module_name => 'pqh_txn_category_attributes'

228: --
229: when hr_api.cannot_find_prog_unit then
230: --
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'pqh_txn_category_attributes'
233: ,p_hook_type => 'AI');
234: --
235: end;
236: --