DBA Data[Home] [Help]

APPS.GR_FIELD_NAME_CLASSES_PUB dependencies on GR_LABEL_CLASSES_TL_PKG

Line 324: gr_label_classes_tl_pkg.insert_row(

320: END IF;
321:
322: -- need to add base row for language for GR_LABEL_CLASSES_TL
323:
324: gr_label_classes_tl_pkg.insert_row(
325: p_commit => 'T',
326: p_called_by_form => 'F',
327: p_label_class_code => p_field_name_class,
328: p_language => p_language,

Line 361: GR_LABEL_CLASSES_TL_PKG.Add_Language

357: CLOSE Cur_count_language;
358: IF l_missing_count > 0 THEN
359:
360:
361: GR_LABEL_CLASSES_TL_PKG.Add_Language
362: (p_commit => 'T',
363: p_called_by_form => 'F',
364: p_label_class_code => p_field_name_class,
365: p_language => p_language,

Line 475: gr_label_classes_tl_pkg.insert_row(

471: END IF;
472: CLOSE c_get_label_class_tl;
473:
474: -- The values for Source Language, Language and Description will be written to the GR_LABEL_CLASSES_TL table
475: gr_label_classes_tl_pkg.insert_row(
476: p_commit => 'T',
477: p_called_by_form => 'F',
478: p_label_class_code => p_field_name_class,
479: p_language => p_language,

Line 691: gr_label_classes_tl_pkg.Check_Primary_Key(

687:
688: -- If the record for the specified field name class and language does not exist in the GR_LABEL_CLASSES_TL table,
689: -- an error will be written to the log file.
690:
691: gr_label_classes_tl_pkg.Check_Primary_Key(
692: p_field_name_class,
693: p_language,
694: 'F',
695: row_id,

Line 821: gr_label_classes_tl_pkg.delete_rows

817:
818: -- Delete all of the property related records in the
819: -- GR_LABEL_CLASSES_B, GR_LABEL_CLASSES_TL and GR_LABEL_CLASS_RESPS tables.
820:
821: gr_label_classes_tl_pkg.delete_rows
822: (p_commit => 'T',
823: p_called_by_form => 'F',
824: p_label_class_code => p_field_name_class,
825: x_return_status => return_status,

Line 872: gr_label_classes_tl_pkg.Check_Primary_Key(

868:
869: -- If the record for the specified field name class and language does not exist
870: --in the GR_LABEL_CLASSES_TL table, an error will be written to the log file
871:
872: gr_label_classes_tl_pkg.Check_Primary_Key(
873: p_field_name_class,
874: p_language,
875: 'F',
876: row_id,