DBA Data[Home] [Help]

APPS.HR_APPLICANT_DATAUPD dependencies on FND_INSTALLATION

Line 395: l_retstatus := fnd_installation.get_app_info(

391: l_update_name := g_updateName; -- this matches name used in ADPATCH script
392: --
393: -- get schema name of the table for ROWID range processing
394: --
395: l_retstatus := fnd_installation.get_app_info(
396: l_product, l_status, l_industry, l_table_owner);
397: IF ((l_retstatus = FALSE)
398: OR (l_table_owner is null)) THEN
399: raise_application_error(-20001, 'Cannot get schema name for product : '||l_product);

Line 528: l_retstatus := fnd_installation.get_app_info(

524: l_table_name := 'PER_APPLICATIONS';
525: --
526: -- get schema name of the table for ROWID range processing
527: --
528: l_retstatus := fnd_installation.get_app_info(
529: l_product, l_status, l_industry, l_table_owner);
530: IF ((l_retstatus = FALSE)
531: OR (l_table_owner is null)) THEN
532: raise_application_error(-20001, 'Cannot get schema name for product : '||l_product);