DBA Data[Home] [Help]

APPS.IGS_PS_LGCY_CONC_PKG dependencies on FND_INSTALLATION

Line 428: l_b_return := fnd_installation.get_app_info('IGS', l_c_status, l_c_industry, l_c_schema);

424: l_ret_status := TRUE; -- Holds return status, TRUE if all the attempted records to import result in Error.
425: l_b_print_row_heading := TRUE; -- Use for logging the row_head
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';