DBA Data[Home] [Help]

APPS.PAY_TFU_INS dependencies on PAY_TEMPLATE_FF_USAGES

Line 87: -- Insert the row into: pay_template_ff_usages

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: pay_template_ff_usages
88: --
89: insert into pay_template_ff_usages
90: (template_ff_usage_id
91: ,template_id

Line 89: insert into pay_template_ff_usages

85: --
86: --
87: -- Insert the row into: pay_template_ff_usages
88: --
89: insert into pay_template_ff_usages
90: (template_ff_usage_id
91: ,template_id
92: ,formula_id
93: ,object_id

Line 171: Cursor C_Sel1 is select pay_template_ff_usages_s.nextval from sys.dual;

167: Procedure pre_insert
168: (p_rec in out nocopy pay_tfu_shd.g_rec_type
169: ) is
170: --
171: Cursor C_Sel1 is select pay_template_ff_usages_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from pay_template_ff_usages

Line 175: from pay_template_ff_usages

171: Cursor C_Sel1 is select pay_template_ff_usages_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from pay_template_ff_usages
176: where template_ff_usage_id =
177: pay_tfu_ins.g_template_ff_usage_id_i;
178: --
179: l_proc varchar2(72) := g_package||'pre_insert';

Line 197: fnd_message.set_token('TABLE_NAME','pay_template_ff_usages');

193: --
194: -- The primary key values are already in use.
195: --
196: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
197: fnd_message.set_token('TABLE_NAME','pay_template_ff_usages');
198: fnd_message.raise_error;
199: End If;
200: Close C_Sel2;
201: --