DBA Data[Home] [Help]

APPS.PAY_LOADER_UTILS_PKG dependencies on PAY_REPORT_FORMAT_MAPPINGS_TL

Line 530: delete from pay_report_format_mappings_tl rfmtl

526:
527: delete from pay_report_format_mappings_f
528: where report_format_mapping_id = l_report_format_mapping_id;
529:
530: delete from pay_report_format_mappings_tl rfmtl
531: where rfmtl.report_format_mapping_id = l_report_format_mapping_id
532: and exists
533: ( select null
534: from fnd_languages l

Line 609: -- This procedure updates the translation table pay_report_format_mappings_tl.

605: -- |---------------------------< translate_rfm_row >--------------------------|
606: -- ----------------------------------------------------------------------------
607: --
608: -- Description:
609: -- This procedure updates the translation table pay_report_format_mappings_tl.
610: -- It only updates the translations in the TL table for the current language
611: -- (if present). This procedure does not insert or update the base table
612: -- nor updates any language other than the current one.
613: -- This procedure is usually called from the loader in 'NLS' mode to upload