DBA Data[Home] [Help]

APPS.OTA_LPC_SHD dependencies on OTA_LP_SECTIONS

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

17: l_proc varchar2(72) := g_package||'constraint_error';
18: --
19: Begin
20: --
21: If (p_constraint_name = 'OTA_LP_SECTIONS_PK') 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 77: from ota_lp_sections

73: ,attribute17
74: ,attribute18
75: ,attribute19
76: ,attribute20
77: from ota_lp_sections
78: where learning_path_section_id = p_learning_path_section_id;
79: --
80: l_fct_ret boolean;
81: --

Line 170: from ota_lp_sections

166: ,attribute17
167: ,attribute18
168: ,attribute19
169: ,attribute20
170: from ota_lp_sections
171: where learning_path_section_id = p_learning_path_section_id
172: for update nowait;
173: --
174: l_proc varchar2(72) := g_package||'lck';

Line 219: fnd_message.set_token('TABLE_NAME', 'ota_lp_sections');

215: -- The object is locked therefore we need to supply a meaningful
216: -- error message.
217: --
218: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
219: fnd_message.set_token('TABLE_NAME', 'ota_lp_sections');
220: fnd_message.raise_error;
221: End lck;
222: --
223: -- ----------------------------------------------------------------------------