DBA Data[Home] [Help]

APPS.WIP_DIAG_JOB_SCH_HC dependencies on FND_INSTALLATION

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

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