DBA Data[Home] [Help]

APPS.IGS_PS_LGCY_CONC_PKG dependencies on STANDARD

Line 67: smvk 31-Dec-2002 Bug # 2710978. Collecting the statistics of the interface table as per standards.

63: updation of import_status of the record as 'I' only when the
64: overall status (x_return_status of API) is 'S'.
65: smvk 24-Dec-2002 Bug # 2702147. Printing the row head if the value of
66: the variable is l_b_print_row_heading TRUE.
67: smvk 31-Dec-2002 Bug # 2710978. Collecting the statistics of the interface table as per standards.
68: smvk 02-Jan-2002 Bug # 2695956. The process return status is set to Success even if one of the
69: record is successfully imported.(i.e the process status will be error only if all
70: the attempted records to import ends up in error).
71: (reverse chronological order - newest change first)

Line 430: -- Collect statistics of the interface table as per standards. Bug # 2710978

426:
427: -- To fetch table schema name for gather statistics
428: l_b_return := fnd_installation.get_app_info('IGS', l_c_status, l_c_industry, l_c_schema);
429:
430: -- Collect statistics of the interface table as per standards. Bug # 2710978
431: tablenames_tbl(1) := 'IGS_PS_LGCY_UV_INT';
432: tablenames_tbl(2) := 'IGS_PS_LGCY_TR_INT';
433: tablenames_tbl(3) := 'IGS_PS_LGCY_UD_INT';
434: tablenames_tbl(4) := 'IGS_PS_LGCY_UG_INT';