DBA Data[Home] [Help]

APPS.IBY_HASH_REGENERATOR dependencies on FND_INSTALLATION

Line 510: l_retstatus := fnd_installation.get_app_info

506:
507: --
508: -- get schema name of the table for ROWID range processing
509: --
510: l_retstatus := fnd_installation.get_app_info
511: (l_product, l_status, l_industry, l_table_owner);
512:
513: IF ((l_retstatus = FALSE) OR (l_table_owner is null)) THEN
514: raise_application_error(-20001,

Line 727: l_retstatus := fnd_installation.get_app_info

723:
724: --
725: -- get schema name of the table for ROWID range processing
726: --
727: l_retstatus := fnd_installation.get_app_info
728: (l_product, l_status, l_industry, l_table_owner);
729:
730: IF ((l_retstatus = FALSE) OR (l_table_owner is null)) THEN
731: raise_application_error(-20001,