DBA Data[Home] [Help]

APPS.OTA_LPM_SHD dependencies on OTA_LEARNING_PATH_MEMBERS

Line 21: If (p_constraint_name = 'OTA_LEARNING_PATH_MEMBERS_UK1') Then

17: l_proc varchar2(72) := g_package||'constraint_error';
18: --
19: Begin
20: --
21: If (p_constraint_name = 'OTA_LEARNING_PATH_MEMBERS_UK1') Then
22: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
23: fnd_message.set_token('PROCEDURE', l_proc);
24: fnd_message.set_token('STEP','5');
25: fnd_message.raise_error;

Line 80: from ota_learning_path_members

76: ,attribute19
77: ,attribute20
78: ,learning_path_section_id
79: ,notify_days_before_target
80: from ota_learning_path_members
81: where learning_path_member_id = p_learning_path_member_id;
82: --
83: l_fct_ret boolean;
84: --

Line 176: from ota_learning_path_members

172: ,attribute19
173: ,attribute20
174: ,learning_path_section_id
175: ,notify_days_before_target
176: from ota_learning_path_members
177: where learning_path_member_id = p_learning_path_member_id
178: for update nowait;
179: --
180: l_proc varchar2(72) := g_package||'lck';

Line 225: fnd_message.set_token('TABLE_NAME', 'ota_learning_path_members');

221: -- The object is locked therefore we need to supply a meaningful
222: -- error message.
223: --
224: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
225: fnd_message.set_token('TABLE_NAME', 'ota_learning_path_members');
226: fnd_message.raise_error;
227: End lck;
228: --
229: -- ----------------------------------------------------------------------------