DBA Data[Home] [Help]

APPS.OTA_LCI_SHD dependencies on OTA_LP_CAT_INCLUSIONS

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

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

73: ,attribute17
74: ,attribute18
75: ,attribute19
76: ,attribute20
77: from ota_lp_cat_inclusions
78: where learning_path_id = p_learning_path_id
79: and category_usage_id = p_category_usage_id;
80: --
81: l_fct_ret boolean;

Line 174: from ota_lp_cat_inclusions

170: ,attribute17
171: ,attribute18
172: ,attribute19
173: ,attribute20
174: from ota_lp_cat_inclusions
175: where learning_path_id = p_learning_path_id
176: and category_usage_id = p_category_usage_id
177: for update nowait;
178: --

Line 230: fnd_message.set_token('TABLE_NAME', 'ota_lp_cat_inclusions');

226: -- The object is locked therefore we need to supply a meaningful
227: -- error message.
228: --
229: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
230: fnd_message.set_token('TABLE_NAME', 'ota_lp_cat_inclusions');
231: fnd_message.raise_error;
232: End lck;
233: --
234: -- ----------------------------------------------------------------------------