[Home] [Help]
514: else
515: begin
516: select appl_top_id
517: into l_at_id
518: from ad_appl_tops
519: where name = p_at_nm
520: and appl_top_type = 'R' -- only REAL appl-top's
521: and applications_system_name = p_apps_sys_nm;
522:
675: else
676:
677: select appl_top_id
678: into l_at_id
679: from ad_appl_tops
680: where name = p_at_nm
681: and appl_top_type = 'R' -- only REAL appl-top's
682: and applications_system_name = p_apps_sys_nm;
683: