DBA Data[Home] [Help]

APPS.GR_RISK_SAFETY_PHRASES_PUB dependencies on GR_SAFETY_PHRASES_TL_PKG

Line 277: gr_safety_phrases_tl_pkg.insert_row(p_commit => 'T',

273: RAISE LBins_err;
274: END IF;
275:
276: -- need to add base row for language for GR_SAFETY_PHRASES_TL
277: gr_safety_phrases_tl_pkg.insert_row(p_commit => 'T',
278: p_called_by_form => 'F',
279: p_safety_phrase_code => p_phrase_code,
280: p_language => p_language,
281: p_source_language => p_source_language,

Line 303: gr_safety_phrases_tl_pkg.Add_Language (p_commit => 'T',

299: OPEN Cur_count_language;
300: FETCH Cur_count_language INTO l_missing_count;
301: CLOSE Cur_count_language;
302: IF l_missing_count > 0 THEN
303: gr_safety_phrases_tl_pkg.Add_Language (p_commit => 'T',
304: p_called_by_form => 'F',
305: p_safety_phrase_code => p_phrase_code,
306: p_language => p_language,
307: x_return_status => return_status,

Line 346: gr_safety_phrases_tl_pkg.insert_row(p_commit => 'T',

342: END IF;
343: CLOSE c_get_safety_phrase_tl;
344:
345: -- The values for Source Language, Language and Description will be written to the GR_SAFETY_PHRASES_TL table;
346: gr_safety_phrases_tl_pkg.insert_row(p_commit => 'T',
347: p_called_by_form => 'F',
348: p_safety_phrase_code => p_phrase_code,
349: p_language => p_language,
350: p_source_language => p_source_language,

Line 602: gr_safety_phrases_tl_pkg.Check_Primary_Key(

598: END IF;
599: CLOSE c_get_language;
600: -- If the record for the specified safety phrase and language does not exist in the
601: -- GR_SAFETY_PHRASES_TL table,an error will be written to the log file.
602: gr_safety_phrases_tl_pkg.Check_Primary_Key(
603: p_phrase_code,
604: p_language,
605: 'F',
606: row_id,

Line 764: gr_safety_phrases_tl_pkg.Check_Primary_Key(

760: END IF;
761: CLOSE c_get_language;
762: -- If the record for the specified safety phrase and language does not exist in the
763: -- GR_SAFETY_PHRASES_TL table,an error will be written to the log file.
764: gr_safety_phrases_tl_pkg.Check_Primary_Key(
765: p_phrase_code,
766: p_language,
767: 'F',
768: row_id,