DBA Data[Home] [Help]

APPS.FF_ARCHIVE_API dependencies on PAY_REPORT_FORMAT_MAPPINGS_F

Line 573: from pay_report_format_mappings_f prfm

569: --
570: cursor get_format_mapping (c_report_type varchar2, c_report_qualifier varchar2,
571: c_report_category varchar2, c_effective_date date) is
572: select prfm.updatable_flag
573: from pay_report_format_mappings_f prfm
574: where prfm.report_type = c_report_type
575: and prfm.report_qualifier = c_report_qualifier
576: and prfm.report_category = c_report_category
577: and c_effective_date between

Line 676: -- 3. Check the PAY_REPORT_FORMAT_MAPPINGS_F's value of UPDATABLE_FLAG,

672: raise cannot_update_item;
673: --
674: END IF;
675: --
676: -- 3. Check the PAY_REPORT_FORMAT_MAPPINGS_F's value of UPDATABLE_FLAG,
677: -- given the information retrieved above. There will be a link value
678: -- in PAY_REPORT_FORMAT_ITEMS_F to reach this point.
679: --
680: open get_format_mapping(l_report_type,l_report_qualifier,