DBA Data[Home] [Help]

APPS.GR_FIELD_NAME_PROPERTIES_PUB dependencies on GR_PROPERTY_VALUES_TL_PKG

Line 368: gr_property_values_tl_pkg.Insert_Row

364:
365:
366: IF l_display_order is NOT NULL or l_value is NOT NULL then
367:
368: gr_property_values_tl_pkg.Insert_Row
369: (p_commit => 'F',
370: p_called_by_form => 'F',
371: p_property_id => p_property_id,
372: p_language => p_language,

Line 473: gr_property_values_tl_pkg.Check_Primary_Key

469:
470: -- Validate that the value of Language for the specified property exists in the table GR_PROPERTY_VALUES_TL.
471: -- If it does , write an error to the log file
472:
473: gr_property_values_tl_pkg.Check_Primary_Key
474: (p_property_id,
475: p_language,
476: l_value,
477: 'F',

Line 489: gr_property_values_tl_pkg.Insert_Row

485:
486:
487: IF l_display_order is NOT NULL or l_value is NOT NULL then
488:
489: gr_property_values_tl_pkg.Insert_Row
490: (p_commit => 'F',
491: p_called_by_form => 'F',
492: p_property_id => p_property_id,
493: p_language => p_language,

Line 775: gr_property_values_tl_pkg.Check_Primary_Key

771:
772: -- Validate that the value of specified property and language and value does exists in the table GR_PROPERTY_VALUES_TL.
773: -- If it does not , write an error to the log file
774:
775: gr_property_values_tl_pkg.Check_Primary_Key
776: (p_property_id,
777: p_language,
778: l_value,
779: 'F',