DBA Data[Home] [Help]

APPS.CS_AUDIT_OWNER_UPD_CON_PRG dependencies on FND_INSTALLATION

Line 121: l_retstatus := fnd_installation.get_app_info(

117: BEGIN
118: --
119: -- get schema name of the table for ROWID range processing
120: --
121: l_retstatus := fnd_installation.get_app_info(
122: l_product, l_status, l_industry, l_table_owner);
123:
124: IF ((l_retstatus = FALSE) OR (l_table_owner IS NULL)) THEN
125: RAISE_APPLICATION_ERROR(-20001,