DBA Data[Home] [Help]

APPS.CS_CREATE_AUDIT_REC_PKG dependencies on FND_INSTALLATION

Line 332: l_retstatus := fnd_installation.get_app_info(

328: BEGIN
329: --
330: -- get schema name of the table for ROWID range processing
331: --
332: l_retstatus := fnd_installation.get_app_info(
333: l_product, l_status, l_industry, l_table_owner);
334:
335: IF ((l_retstatus = FALSE) OR (l_table_owner IS NULL)) THEN
336: RAISE_APPLICATION_ERROR(-20001,