DBA Data[Home] [Help]

APPS.MSD_DEM_PUSH_SETUP_PARAMETERS dependencies on FND_GLOBAL

Line 688: g_user_id := fnd_global.user_id;

684: msd_dem_common_utilities.log_message (' Source Instance ID : ' || p_sr_instance_id);
685: msd_dem_common_utilities.log_message (' DB Link: ' || g_dblink);
686: msd_dem_common_utilities.log_message (' ');
687:
688: g_user_id := fnd_global.user_id;
689: g_login_id := fnd_global.login_id;
690:
691: /* Set the profile MSD_DEM_CUSTOMER_ATTRIBUTE to 'NONE' if collecting for the first time */
692: check_customer_attribute (

Line 689: g_login_id := fnd_global.login_id;

685: msd_dem_common_utilities.log_message (' DB Link: ' || g_dblink);
686: msd_dem_common_utilities.log_message (' ');
687:
688: g_user_id := fnd_global.user_id;
689: g_login_id := fnd_global.login_id;
690:
691: /* Set the profile MSD_DEM_CUSTOMER_ATTRIBUTE to 'NONE' if collecting for the first time */
692: check_customer_attribute (
693: x_errbuf,