DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_AMEND_ARCHIVE dependencies on FF_ARCHIVE_ITEMS_S

Line 1864: ( ff_archive_items_s.nextval,

1860: context1,
1861: value,
1862: archive_type )
1863: values
1864: ( ff_archive_items_s.nextval,
1865: t_amend_ue_id(counter),
1866: p_assignment_action_id,
1867: t_flag(counter),
1868: 'AAP' )

Line 1893: ( ff_archive_items_s.nextval,

1889: context1,
1890: value,
1891: archive_type )
1892: values
1893: ( ff_archive_items_s.nextval,
1894: t_user_entity_id(counter),
1895: p_assignment_action_id,
1896: t_archive_value(counter) - t_amend_value(counter) ,-- T_AMEND-VALUE,
1897: 'AAP' )

Line 1949: ( ff_archive_items_s.nextval,

1945: context1,
1946: value,
1947: archive_type )
1948: values
1949: ( ff_archive_items_s.nextval,
1950: t_user_entity_id_ir8a(counter),
1951: p_assignment_action_id,
1952: t_archive_value_ir8a(counter) - t_amend_value_ir8a(counter),
1953: 'AAP' )

Line 1993: ( ff_archive_items_s.nextval,

1989: context1,
1990: value,
1991: archive_type )
1992: values
1993: ( ff_archive_items_s.nextval,
1994: t_user_entity_id_ir8s(counter),
1995: p_assignment_action_id,
1996: t_archive_value_ir8s(counter) - t_amend_value_ir8s(counter) ,
1997: 'AAP' )

Line 2038: ( ff_archive_items_s.nextval,

2034: context1,
2035: value,
2036: archive_type )
2037: values
2038: ( ff_archive_items_s.nextval,
2039: t_user_entity_id_a8a(counter),
2040: p_assignment_action_id,
2041: t_archive_value_a8a(counter) - t_amend_value_a8a(counter) ,
2042: 'AAP' )

Line 2162: ( ff_archive_items_s.nextval,

2158: context1,
2159: value,
2160: archive_type )
2161: values
2162: ( ff_archive_items_s.nextval,
2163: t_orig_user_entity_id(counter),
2164: p_assignment_action_id,
2165: t_orig_value(counter),
2166: 'AAP' )