Determining what extraction was used to create a list

Does anyone know if it is possible to determine what extraction set was used to create a particular list?

Cheers
Sarah

Parents
  • If the list was promoted through an extraction, yes. T_PROMOTION has dl_no as a column, which can be tied to an extraction via V_DL_HEADER, then to V_KA_HEADER.

    After that, it gets a little murkier. I think you could get a satisfactory  if not precise result by querying TS_EVENTLOG in impresario_cci where the create date is after 'Obtaining list_no and creating t_list row.' rows and before  'Inserting T_LIST_CONTENTS' rows compared to the create date of your list.

    Hope that helps.

    Matt

Reply
  • If the list was promoted through an extraction, yes. T_PROMOTION has dl_no as a column, which can be tied to an extraction via V_DL_HEADER, then to V_KA_HEADER.

    After that, it gets a little murkier. I think you could get a satisfactory  if not precise result by querying TS_EVENTLOG in impresario_cci where the create date is after 'Obtaining list_no and creating t_list row.' rows and before  'Inserting T_LIST_CONTENTS' rows compared to the create date of your list.

    Hope that helps.

    Matt

Children