DBA Data[Home] [Help]

APPS.PQP_ATD_SHD dependencies on PQP_ALIEN_TRANSACTION_DATA

Line 36: IF (p_constraint_name = 'PQP_ALIEN_TRANSACTION_DATA_PK') Then

32: --
33: BEGIN
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: IF (p_constraint_name = 'PQP_ALIEN_TRANSACTION_DATA_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;

Line 117: from pqp_alien_transaction_data

113: error_text,
114: object_version_number ,
115: current_analysis,
116: forecast_income_code
117: from pqp_alien_transaction_data
118: where alien_transaction_id = p_alien_transaction_id;
119: --
120: l_proc varchar2(72) := g_package||'api_updating';
121: l_fct_ret boolean;

Line 238: from pqp_alien_transaction_data

234: error_text,
235: object_version_number,
236: current_analysis,
237: forecast_income_code
238: from pqp_alien_transaction_data
239: where alien_transaction_id = p_alien_transaction_id
240: for update nowait;
241: --
242: l_proc varchar2(72) := g_package||'lck';

Line 281: hr_utility.set_message_token('TABLE_NAME', 'pqp_alien_transaction_data');

277: -- The object is locked therefore we need to supply a meaningful
278: -- error message.
279: --
280: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
281: hr_utility.set_message_token('TABLE_NAME', 'pqp_alien_transaction_data');
282: hr_utility.raise_error;
283: End lck;
284: --
285: -- ----------------------------------------------------------------------------