DBA Data[Home] [Help]

APPS.PQP_DET_SHD dependencies on PQP_ANALYZED_ALIEN_DETAILS

Line 41: ElsIf (p_constraint_name = 'PQP_ANALYZED_ALIEN_DETAILS_PK') Then

37: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;
41: ElsIf (p_constraint_name = 'PQP_ANALYZED_ALIEN_DETAILS_PK') Then
42: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
43: hr_utility.set_message_token('PROCEDURE', l_proc);
44: hr_utility.set_message_token('STEP','10');
45: hr_utility.raise_error;

Line 96: from pqp_analyzed_alien_details

92: object_version_number,
93: retro_loss_notification_sent,
94: current_analysis,
95: forecast_income_code
96: from pqp_analyzed_alien_details
97: where analyzed_data_details_id = p_analyzed_data_details_id;
98: --
99: l_proc varchar2(72) := g_package||'api_updating';
100: l_fct_ret boolean;

Line 191: from pqp_analyzed_alien_details

187: object_version_number,
188: retro_loss_notification_sent,
189: current_analysis,
190: forecast_income_code
191: from pqp_analyzed_alien_details
192: where analyzed_data_details_id = p_analyzed_data_details_id
193: for update nowait;
194: --
195: l_proc varchar2(72) := g_package||'lck';

Line 234: hr_utility.set_message_token('TABLE_NAME', 'pqp_analyzed_alien_details');

230: -- The object is locked therefore we need to supply a meaningful
231: -- error message.
232: --
233: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
234: hr_utility.set_message_token('TABLE_NAME', 'pqp_analyzed_alien_details');
235: hr_utility.raise_error;
236: End lck;
237: --
238: -- ----------------------------------------------------------------------------