DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY dependencies on FF_ARCHIVE_API

Line 1233: -- ff_archive_api validates the value

1229: -----------------------------------------------------------------------------------------------+
1230: -- if the archive item datatype is date then convert
1231: -- it into canonical format before archiving
1232: -- this is required because before inserting into ff_archive_items
1233: -- ff_archive_api validates the value
1234: -----------------------------------------------------------------------------------------------+
1235:
1236: if (v_data_type = 'D') then
1237: p_value:= to_char(to_date(p_value,'DDMMYYYY'),fnd_date.canonical_mask);

Line 1244: ff_archive_api.create_archive_item

1240:
1241: if get_user_entity_id%found then
1242:
1243: close get_user_entity_id;
1244: ff_archive_api.create_archive_item
1245: (p_validate => false -- boolean in default
1246: ,p_archive_item_id => v_archive_item_id -- number out
1247: ,p_user_entity_id => v_user_entity_id -- number in
1248: ,p_archive_value => p_value -- varchar2 in

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

3418:
3419: v_etp_service_date := to_char(l_etp_service_date,'DDMMYYYY');
3420: --------------------------------------------------------------------------------+
3421: -- fetch the user_entity_id for all the archive items and call procedure
3422: -- ff_archive_api.create_archive_item to arhive this value.
3423: --------------------------------------------------------------------------------+
3424: end if;
3425: end loop;
3426: