DBA Data[Home] [Help]

APPS.PAY_MAGTAPE_EXTRACT dependencies on FF_ARCHIVE_ITEMS_S

Line 646: ( ff_archive_items_s.nextval,p_user_entity_id,p_context1,p_value );

642: --
643: INSERT INTO ff_archive_items
644: ( ARCHIVE_ITEM_ID, USER_ENTITY_ID, CONTEXT1, VALUE)
645: VALUES
646: ( ff_archive_items_s.nextval,p_user_entity_id,p_context1,p_value );
647: --
648: hr_utility.set_location ('arch_store',122);
649: --
650: /* context2 is not supported in the old archive process. So, commenting this insert */

Line 653: -- ( ff_archive_items_s.currval,2,p_context2 );

649: --
650: /* context2 is not supported in the old archive process. So, commenting this insert */
651: IF p_context2 IS NOT NULL THEN
652: -- INSERT INTO ff_archive_item_contexts VALUES
653: -- ( ff_archive_items_s.currval,2,p_context2 );
654: --
655: hr_utility.set_location ('arch_store',123);
656: END IF;
657: --------------------------------------------------------------------------------