DBA Data[Home] [Help]

APPS.PQP_ERS_INS dependencies on PQP_EXCEPTION_REPORT_SUFFIX

Line 91: -- Insert the row into: pqp_exception_report_suffix

87: p_rec.object_version_number := 1; -- Initialise the object version
88: --
89: --
90: --
91: -- Insert the row into: pqp_exception_report_suffix
92: --
93: insert into pqp_exception_report_suffix
94: (database_item_suffix
95: ,legislation_code

Line 93: insert into pqp_exception_report_suffix

89: --
90: --
91: -- Insert the row into: pqp_exception_report_suffix
92: --
93: insert into pqp_exception_report_suffix
94: (database_item_suffix
95: ,legislation_code
96: ,exception_report_period
97: ,object_version_number

Line 174: from pqp_exception_report_suffix

170: --
171:
172: Cursor C_Sel2 is
173: Select null
174: from pqp_exception_report_suffix
175: where database_item_suffix =
176: pqp_ers_ins.g_database_item_suffix_i
177: or legislation_code =
178: pqp_ers_ins.g_legislation_code_i;

Line 199: fnd_message.set_token('TABLE_NAME','pqp_exception_report_suffix');

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

Line 276: (p_module_name => 'PQP_EXCEPTION_REPORT_SUFFIX'

272: --
273: when hr_api.cannot_find_prog_unit then
274: --
275: hr_api.cannot_find_prog_unit_error
276: (p_module_name => 'PQP_EXCEPTION_REPORT_SUFFIX'
277: ,p_hook_type => 'AI');
278: --
279: end;
280: --