DBA Data[Home] [Help]

APPS.CN_UPG_PMT_TRXNS_PKG dependencies on FND_INSTALLATION

Line 89: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner);

85: --
86: -- get schema name of the table for ROWID range processing
87: --
88: fnd_file.put_line(FND_FILE.LOG, 'Entering Update_Commlines_WRK ');
89: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner);
90:
91: if ((l_retstatus = FALSE) OR (l_table_owner is null))
92: then
93: raise_application_error(-20001, 'Cannot get schema name for product : '||l_product);

Line 203: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner);

199: BEGIN
200:
201: fnd_file.put_line(FND_FILE.LOG, 'Entering Update_Pmt_Trxns_WRK ');
202: -- get schema name of the table for ROWID range processing
203: l_retstatus := fnd_installation.get_app_info(l_product, l_status, l_industry, l_table_owner);
204:
205: if ((l_retstatus = FALSE) OR (l_table_owner is null))
206: then
207: raise_application_error(-20001, 'Cannot get schema name for product : '||l_product);