DBA Data[Home] [Help]

APPS.PV_ASSIGNMENT_PUB dependencies on FND_PROFILE

Line 249: /* if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then

245: IF FND_API.to_Boolean( p_init_msg_list ) THEN
246: fnd_msg_pub.initialize;
247: END IF;
248:
249: /* if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then
250: FND_MSG_PUB.g_msg_level_threshold := FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW;
251: else
252: FND_MSG_PUB.g_msg_level_threshold := FND_API.G_MISS_NUM;
253: end if; */

Line 359: if l_lead_contact_id is null and fnd_profile.value('PV_OPPTY_CONTACT_REQUIRED') = 'Y' then

355: fetch lc_opportunity into l_customer_id, l_address_id, l_lead_number, l_entity_name, l_entity_amount,
356: l_customer_name, l_lead_contact_id;
357: close lc_opportunity;
358:
359: if l_lead_contact_id is null and fnd_profile.value('PV_OPPTY_CONTACT_REQUIRED') = 'Y' then
360:
361: fnd_message.SET_NAME('PV', 'PV_OPPTY_CONTACT_REQD');
362: fnd_msg_pub.ADD;
363: raise FND_API.G_EXC_ERROR;

Line 1341: if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then

1337: THEN
1338: fnd_msg_pub.initialize;
1339: END IF;
1340:
1341: if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then
1342: FND_MSG_PUB.g_msg_level_threshold := FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW;
1343: else
1344: FND_MSG_PUB.g_msg_level_threshold := FND_API.G_MISS_NUM;
1345: end if;

Line 2050: if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then

2046: THEN
2047: fnd_msg_pub.initialize;
2048: END IF;
2049:
2050: if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then
2051: FND_MSG_PUB.g_msg_level_threshold := FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW;
2052: else
2053: FND_MSG_PUB.g_msg_level_threshold := FND_API.G_MISS_NUM;
2054: end if;

Line 2916: /* if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then

2912: THEN
2913: fnd_msg_pub.initialize;
2914: END IF;
2915:
2916: /* if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then
2917: FND_MSG_PUB.g_msg_level_threshold := FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW;
2918: else
2919: FND_MSG_PUB.g_msg_level_threshold := FND_API.G_MISS_NUM;
2920: end if; */

Line 3566: if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then

3562: IF FND_API.to_Boolean( p_init_msg_list ) THEN
3563: fnd_msg_pub.initialize;
3564: END IF;
3565:
3566: if fnd_profile.value('ASF_PROFILE_DEBUG_MSG_ON') = 'Y' then
3567: FND_MSG_PUB.g_msg_level_threshold := FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW;
3568: else
3569: FND_MSG_PUB.g_msg_level_threshold := FND_API.G_MISS_NUM;
3570: end if;