DBA Data[Home] [Help]

APPS.PAY_RFI_BUS dependencies on PAY_REPORT_FORMAT_ITEMS_F

Line 49: from pay_report_format_items_f

45: ) IS
46: --
47: cursor csr_unique_key is
48: select null
49: from pay_report_format_items_f
50: where report_type = p_report_type
51: and report_qualifier = p_report_qualifier
52: and report_category = p_report_category
53: and user_entity_id = p_user_entity_id ;

Line 722: from pay_report_format_items_f

718: ( p_report_format_item_id in number ) IS
719: --
720: cursor csr_unique_id is
721: select null
722: from pay_report_format_items_f
723: where report_format_item_id = p_report_format_item_id;
724: --
725: l_proc varchar2(72) := g_package || 'chk_report_format_item_id';
726: l_exists varchar2(1);