DBA Data[Home] [Help]

APPS.MSC_PHUB_FILE_PKG dependencies on MSC_APPS_INSTANCES

Line 204: from msc_apps_instances

200:
201: begin
202: select instance_id
203: into l_sr_instance_id
204: from msc_apps_instances
205: where instance_code=p_instance_code;
206: exception
207: when others then null;
208: end;

Line 713: from msc_apps_instances

709:
710: begin
711: select instance_code
712: into l_def_instance_code
713: from msc_apps_instances
714: where instance_id=l_def_instance_id;
715: exception
716: when others then null;
717: end;