DBA Data[Home] [Help]

APPS.PN_INDEX_RENT_PUB dependencies on FND_GLOBAL

Line 77: IF p_rent_index_rec.org_id<>fnd_global.org_id

73:
74:
75: IF p_rent_index_rec.org_id IS NOT NULL AND p_rent_index_rec.org_id<>pn_index_rent_utils.g_pn_miss_num
76: THEN
77: IF p_rent_index_rec.org_id<>fnd_global.org_id
78: THEN
79: fnd_message.set_name('PN','PN_OTHERS_EXCEPTION');
80: fnd_message.set_token('ERR_MSG', 'Operating unit provided do not exists in the list of Operating Units that are allowed access to, for a responsibility');
81: fnd_msg_pub.ADD;

Line 363: IF p_rent_index_rec.org_id<>fnd_global.org_id

359: x_return_status := fnd_api.g_ret_sts_success;
360:
361: IF p_rent_index_rec.org_id IS NOT NULL AND p_rent_index_rec.org_id<>pn_index_rent_utils.g_pn_miss_num
362: THEN
363: IF p_rent_index_rec.org_id<>fnd_global.org_id
364: THEN
365: fnd_message.set_name('PN','PN_OTHERS_EXCEPTION');
366: fnd_message.set_token('ERR_MSG', 'Operating unit provided do not exists in the list of Operating Units that are allowed access to, for a responsibility');
367: fnd_msg_pub.ADD;