[Home] [Help]
293:
294:
295: -- need to add base row for language for GR_PROPERTIES_TL
296:
297: gr_properties_tl_pkg.insert_row(
298: p_commit => 'F',
299: p_called_by_form => 'F',
300: p_property_id => p_property_id,
301: p_language => p_language,
328: FETCH Cur_count_language INTO l_missing_count;
329: CLOSE Cur_count_language;
330: IF l_missing_count > 0 THEN
331:
332: gr_properties_tl_pkg.Add_Language
333: (p_commit => 'F',
334: p_called_by_form => 'F',
335: p_property_id => p_property_id,
336: p_language => p_language,
417: END IF;
418: CLOSE c_get_gr_properties_tl;
419:
420:
421: gr_properties_tl_pkg.insert_row(
422: p_commit => 'F',
423: p_called_by_form => 'F',
424: p_property_id => p_property_id,
425: p_language => p_language,
574: -- If the record for the specified phrase code and language
575: -- does not exist in the GR_PROPERTIES_TL table, an error will be written to the log file
576:
577:
578: gr_properties_tl_pkg.Check_Primary_Key(
579: p_property_id,
580: p_language,
581: 'F',
582: row_id,
617:
618: -- Validate that the value of Language for the specified property exists in the
619: -- table GR_PROPERTY_VALUES_TL. If it does, write an error to the log file.
620:
621: gr_properties_tl_pkg.Check_Primary_Key
622: (p_property_id,
623: p_language,
624: 'F',
625: row_id,
720:
721: -- if the record for the property_id
722: --and language does not exist in the GR_PROPERTIES_TL table, an error will be written to the log file.
723:
724: gr_properties_tl_pkg.Check_Primary_Key
725: (p_property_id,
726: p_language,
727: 'F',
728: row_id,