DBA Data[Home] [Help]

APPS.PAY_RFM_BUS dependencies on PAY_REPORT_FORMAT_PARAMETERS

Line 431: from pay_report_format_parameters rfp

427: and rfm.report_category = rfi.report_category;
428: --
429: cursor csr_rfp_exists is
430: select null
431: from pay_report_format_parameters rfp
432: where rfp.report_format_mapping_id = p_report_format_mapping_id;
433: --
434: cursor csr_rftl_exists is
435: select null

Line 485: fnd_message.set_token('TABLE_NAME', 'PAY_REPORT_FORMAT_PARAMETERS');

481:
482: close csr_rfp_exists;
483:
484: fnd_message.set_name('PAY', 'HR_7215_DT_CHILD_EXISTS');
485: fnd_message.set_token('TABLE_NAME', 'PAY_REPORT_FORMAT_PARAMETERS');
486: fnd_message.raise_error;
487:
488: end if;
489: close csr_rfp_exists;