DBA Data[Home] [Help]

APPS.WIP_DIAG_JOB_SCH_HC dependencies on FND_INSTALLATION

Line 565: l_return_status := FND_INSTALLATION.GET_APP_INFO( application_short_name => 'WIP', status => p_status, industry=> p_industry, oracle_schema => p_table_owner);

561: --9 This script check if there are any trailing spaces in the text fields on Discrete Job for a particular Job.
562: IF ( l_job_Id IS NOT NULL ) THEN
563:
564: BEGIN
565: l_return_status := FND_INSTALLATION.GET_APP_INFO( application_short_name => 'WIP', status => p_status, industry=> p_industry, oracle_schema => p_table_owner);
566:
567: sqltxt:='SELECT 1 from dual where 1=2';
568:
569: FOR i IN l_trail_space(p_table_owner) loop