DBA Data[Home] [Help]

APPS.IEM_DIAG_EMC_SETUP_PVT dependencies on FND_PROFILE

Line 79: if (FND_PROFILE.VALUE('IEM_DEFAULT_CUSTOMER_NUMBER') is null or FND_PROFILE.VALUE('IEM_DEFAULT_CUSTOMER_ID') is null) then

75: select count(*) into l_a_account_count from iem_email_accounts where account_flag = 'A';
76: select count(*) into l_i_account_count from iem_email_accounts where account_flag = 'I';
77:
78: -- Check if user has entered an default customer number in Profile
79: if (FND_PROFILE.VALUE('IEM_DEFAULT_CUSTOMER_NUMBER') is null or FND_PROFILE.VALUE('IEM_DEFAULT_CUSTOMER_ID') is null) then
80: l_cust_prof_null := true;
81: end if;
82:
83: -- Check if user has entered an default resource number in Profile

Line 84: if (FND_PROFILE.VALUE('IEM_SRVR_ARES') is null or FND_PROFILE.VALUE('IEM_DEFAULT_RESOURCE_NUMBER') is null) then

80: l_cust_prof_null := true;
81: end if;
82:
83: -- Check if user has entered an default resource number in Profile
84: if (FND_PROFILE.VALUE('IEM_SRVR_ARES') is null or FND_PROFILE.VALUE('IEM_DEFAULT_RESOURCE_NUMBER') is null) then
85: l_resource_prof_null := true;
86: end if;
87:
88: if (l_server_group_count = 0 or l_db_count = 0 or l_oo_count = 0 or l_oraoffice_count = 0 or l_apps_count = 0 or l_imap_count = 0