DBA Data[Home] [Help]

APPS.FF_ARCHIVE_API dependencies on FF_ARCHIVE_ITEMS

Line 347: -- FF_ARCHIVE_ITEMS using the Row Handler.

343: --
344: -- Process Logic
345: --
346: --3)The single row has now been BP-validated so insert into
347: -- FF_ARCHIVE_ITEMS using the Row Handler.
348: --
349: ff_arc_ins.ins
350: (p_archive_item_id => l_archive_item_id, -- an out param.
351: p_user_entity_id => p_user_entity_id,

Line 545: from ff_archive_items

541: cursor get_archive_rec (c_archive_item_id number) is
542: select user_entity_id,
543: archive_type,
544: context1
545: from ff_archive_items
546: where archive_item_id = c_archive_item_id;
547: --
548: cursor get_report_details(c_payroll_action_id number) is
549: select ppa.report_type,