DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY dependencies on FF_ARCHIVE_API

Line 2097: -- ff_archive_api validates the value

2093: -----------------------------------------------------------------------------------------------+
2094: -- if the archive item datatype is date then convert
2095: -- it into canonical format before archiving
2096: -- this is required because before inserting into ff_archive_items
2097: -- ff_archive_api validates the value
2098: -----------------------------------------------------------------------------------------------+
2099:
2100: if (v_data_type = 'D') then
2101: p_value:= to_char(to_date(p_value,'DDMMYYYY'),fnd_date.canonical_mask);

Line 2108: ff_archive_api.create_archive_item

2104:
2105: if get_user_entity_id%found then
2106:
2107: close get_user_entity_id;
2108: ff_archive_api.create_archive_item
2109: (p_validate => false -- boolean in default
2110: ,p_archive_item_id => v_archive_item_id -- number out
2111: ,p_user_entity_id => v_user_entity_id -- number in
2112: ,p_archive_value => p_value -- varchar2 in

Line 5880: -- ff_archive_api.create_archive_item to arhive this value.

5876:
5877: v_etp_service_date := to_char(l_etp_service_date,'DDMMYYYY');
5878: --------------------------------------------------------------------------------+
5879: -- fetch the user_entity_id for all the archive items and call procedure
5880: -- ff_archive_api.create_archive_item to arhive this value.
5881: --------------------------------------------------------------------------------+
5882: end if;
5883: end loop;
5884: