DBA Data[Home] [Help]

APPS.MSC_E1APS_UTIL dependencies on MSC_APPS_INSTANCES

Line 640: select attribute15 into e1_instance_name from msc_apps_instances

636: -- If Partner Address like 'E1_BILL_TO+9718+9718+Oilers Bikes Inc.'
637: -- Then the site is BILL_TO else catogorizes as SHIP_TO SITE.
638:
639: IF fnd_profile.value('MSC_E1APS_ODIURL') IS NOT NULL THEN
640: select attribute15 into e1_instance_name from msc_apps_instances
641: where instance_id = parInstanceID;
642: --check If instance using both Legacy and E1 Intergration
643: --bug#10021262
644: IF e1_instance_name is not null THEN