DBA Data[Home] [Help]

APPS.HZ_PARTY_V2PUB dependencies on HZ_DSS_UTIL_PUB

Line 4995: hz_dss_util_pub.test_instance(

4991: -- Bug 3818648: check dss profile before call test_instance.
4992: --
4993: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
4994: l_test_security :=
4995: hz_dss_util_pub.test_instance(
4996: p_operation_code => 'INSERT',
4997: p_db_object_name => 'HZ_PARTIES',
4998: p_instance_pk1_value => x_party_id,
4999: p_user_name => fnd_global.user_name,

Line 5014: hz_dss_util_pub.get_display_name(null, 'PERSON'));

5010: -- Bug 3835601: replaced the dss message with a more user friendly message
5011: --
5012: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_INSERT_PRIVILEGE');
5013: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
5014: hz_dss_util_pub.get_display_name(null, 'PERSON'));
5015: FND_MSG_PUB.ADD;
5016: RAISE FND_API.G_EXC_ERROR;
5017: end if;
5018: END IF;

Line 5400: hz_dss_util_pub.test_instance(

5396: -- Bug 3818648: check dss profile before call test_instance.
5397: --
5398: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
5399: l_test_security :=
5400: hz_dss_util_pub.test_instance(
5401: p_operation_code => 'UPDATE',
5402: p_db_object_name => 'HZ_PARTIES',
5403: p_instance_pk1_value => l_person_rec.party_rec.party_id,
5404: p_user_name => fnd_global.user_name,

Line 5419: hz_dss_util_pub.get_display_name(null, 'PERSON'));

5415: -- Bug 3835601: replaced the dss message with a more user friendly message
5416: --
5417: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_UPDATE_PRIVILEGE');
5418: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
5419: hz_dss_util_pub.get_display_name(null, 'PERSON'));
5420: FND_MSG_PUB.ADD;
5421: RAISE FND_API.G_EXC_ERROR;
5422: end if;
5423: END IF;

Line 5688: hz_dss_util_pub.test_instance(

5684: -- Bug 3818648: check dss profile before call test_instance.
5685: --
5686: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
5687: l_test_security :=
5688: hz_dss_util_pub.test_instance(
5689: p_operation_code => 'INSERT',
5690: p_db_object_name => 'HZ_PARTIES',
5691: p_instance_pk1_value => x_party_id,
5692: p_user_name => fnd_global.user_name,

Line 5707: hz_dss_util_pub.get_display_name('HZ_PARTIES', null));

5703: -- Bug 3835601: replaced the dss message with a more user friendly message
5704: --
5705: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_INSERT_PRIVILEGE');
5706: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
5707: hz_dss_util_pub.get_display_name('HZ_PARTIES', null));
5708: FND_MSG_PUB.ADD;
5709: RAISE FND_API.G_EXC_ERROR;
5710: end if;
5711: END IF;

Line 6012: hz_dss_util_pub.test_instance(

6008: -- Bug 3818648: check dss profile before call test_instance.
6009: --
6010: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
6011: l_test_security :=
6012: hz_dss_util_pub.test_instance(
6013: p_operation_code => 'UPDATE',
6014: p_db_object_name => 'HZ_PARTIES',
6015: p_instance_pk1_value => l_group_rec.party_rec.party_id,
6016: p_user_name => fnd_global.user_name,

Line 6031: hz_dss_util_pub.get_display_name('HZ_PARTIES', null));

6027: -- Bug 3835601: replaced the dss message with a more user friendly message
6028: --
6029: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_UPDATE_PRIVILEGE');
6030: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
6031: hz_dss_util_pub.get_display_name('HZ_PARTIES', null));
6032: FND_MSG_PUB.ADD;
6033: RAISE FND_API.G_EXC_ERROR;
6034: end if;
6035: END IF;

Line 6358: hz_dss_util_pub.test_instance(

6354: -- Bug 3818648: check dss profile before call test_instance.
6355: --
6356: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
6357: l_test_security :=
6358: hz_dss_util_pub.test_instance(
6359: p_operation_code => 'INSERT',
6360: p_db_object_name => 'HZ_PARTIES',
6361: p_instance_pk1_value => x_party_id,
6362: p_user_name => fnd_global.user_name,

Line 6377: hz_dss_util_pub.get_display_name(null, 'ORGANIZATION'));

6373: -- Bug 3835601: replaced the dss message with a more user friendly message
6374: --
6375: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_INSERT_PRIVILEGE');
6376: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
6377: hz_dss_util_pub.get_display_name(null, 'ORGANIZATION'));
6378: FND_MSG_PUB.ADD;
6379: RAISE FND_API.G_EXC_ERROR;
6380: end if;
6381: END IF;

Line 6777: hz_dss_util_pub.test_instance(

6773: -- Bug 3818648: check dss profile before call test_instance.
6774: --
6775: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
6776: l_test_security :=
6777: hz_dss_util_pub.test_instance(
6778: p_operation_code => 'UPDATE',
6779: p_db_object_name => 'HZ_PARTIES',
6780: p_instance_pk1_value => l_organization_rec.party_rec.party_id,
6781: p_user_name => fnd_global.user_name,

Line 6796: hz_dss_util_pub.get_display_name(null, 'ORGANIZATION'));

6792: -- Bug 3835601: replaced the message with a more user friendly message
6793: --
6794: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_UPDATE_PRIVILEGE');
6795: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
6796: hz_dss_util_pub.get_display_name(null, 'ORGANIZATION'));
6797: FND_MSG_PUB.ADD;
6798: RAISE FND_API.G_EXC_ERROR;
6799: end if;
6800: END IF;