DBA Data[Home] [Help]

APPS.MSC_SNAPSHOT_PK dependencies on MSC_APPS_INSTANCES

Line 1519: from msc_apps_instances

1515: return NUMBER IS
1516: l_org_id NUMBER;
1517: BEGIN
1518: select nvl(validation_org_id,-1) into l_org_id
1519: from msc_apps_instances
1520: where instance_id = p_sr_instance_id;
1521: return l_org_id;
1522: EXCEPTION WHEN OTHERS THEN
1523: return -1;