DBA Data[Home] [Help]

APPS.HZ_PARTY_V2PUB dependencies on HZ_DSS_UTIL_PUB

Line 4935: hz_dss_util_pub.test_instance(

4931: -- Bug 3818648: check dss profile before call test_instance.
4932: --
4933: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
4934: l_test_security :=
4935: hz_dss_util_pub.test_instance(
4936: p_operation_code => 'INSERT',
4937: p_db_object_name => 'HZ_PARTIES',
4938: p_instance_pk1_value => x_party_id,
4939: p_user_name => fnd_global.user_name,

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

4950: -- Bug 3835601: replaced the dss message with a more user friendly message
4951: --
4952: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_INSERT_PRIVILEGE');
4953: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
4954: hz_dss_util_pub.get_display_name(null, 'PERSON'));
4955: FND_MSG_PUB.ADD;
4956: RAISE FND_API.G_EXC_ERROR;
4957: end if;
4958: END IF;

Line 5329: hz_dss_util_pub.test_instance(

5325: -- Bug 3818648: check dss profile before call test_instance.
5326: --
5327: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
5328: l_test_security :=
5329: hz_dss_util_pub.test_instance(
5330: p_operation_code => 'UPDATE',
5331: p_db_object_name => 'HZ_PARTIES',
5332: p_instance_pk1_value => l_person_rec.party_rec.party_id,
5333: p_user_name => fnd_global.user_name,

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

5344: -- Bug 3835601: replaced the dss message with a more user friendly message
5345: --
5346: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_UPDATE_PRIVILEGE');
5347: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
5348: hz_dss_util_pub.get_display_name(null, 'PERSON'));
5349: FND_MSG_PUB.ADD;
5350: RAISE FND_API.G_EXC_ERROR;
5351: end if;
5352: END IF;

Line 5617: hz_dss_util_pub.test_instance(

5613: -- Bug 3818648: check dss profile before call test_instance.
5614: --
5615: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
5616: l_test_security :=
5617: hz_dss_util_pub.test_instance(
5618: p_operation_code => 'INSERT',
5619: p_db_object_name => 'HZ_PARTIES',
5620: p_instance_pk1_value => x_party_id,
5621: p_user_name => fnd_global.user_name,

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

5632: -- Bug 3835601: replaced the dss message with a more user friendly message
5633: --
5634: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_INSERT_PRIVILEGE');
5635: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
5636: hz_dss_util_pub.get_display_name('HZ_PARTIES', null));
5637: FND_MSG_PUB.ADD;
5638: RAISE FND_API.G_EXC_ERROR;
5639: end if;
5640: END IF;

Line 5941: hz_dss_util_pub.test_instance(

5937: -- Bug 3818648: check dss profile before call test_instance.
5938: --
5939: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
5940: l_test_security :=
5941: hz_dss_util_pub.test_instance(
5942: p_operation_code => 'UPDATE',
5943: p_db_object_name => 'HZ_PARTIES',
5944: p_instance_pk1_value => l_group_rec.party_rec.party_id,
5945: p_user_name => fnd_global.user_name,

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

5956: -- Bug 3835601: replaced the dss message with a more user friendly message
5957: --
5958: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_UPDATE_PRIVILEGE');
5959: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
5960: hz_dss_util_pub.get_display_name('HZ_PARTIES', null));
5961: FND_MSG_PUB.ADD;
5962: RAISE FND_API.G_EXC_ERROR;
5963: end if;
5964: END IF;

Line 6287: hz_dss_util_pub.test_instance(

6283: -- Bug 3818648: check dss profile before call test_instance.
6284: --
6285: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
6286: l_test_security :=
6287: hz_dss_util_pub.test_instance(
6288: p_operation_code => 'INSERT',
6289: p_db_object_name => 'HZ_PARTIES',
6290: p_instance_pk1_value => x_party_id,
6291: p_user_name => fnd_global.user_name,

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

6302: -- Bug 3835601: replaced the dss message with a more user friendly message
6303: --
6304: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_INSERT_PRIVILEGE');
6305: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
6306: hz_dss_util_pub.get_display_name(null, 'ORGANIZATION'));
6307: FND_MSG_PUB.ADD;
6308: RAISE FND_API.G_EXC_ERROR;
6309: end if;
6310: END IF;

Line 6696: hz_dss_util_pub.test_instance(

6692: -- Bug 3818648: check dss profile before call test_instance.
6693: --
6694: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
6695: l_test_security :=
6696: hz_dss_util_pub.test_instance(
6697: p_operation_code => 'UPDATE',
6698: p_db_object_name => 'HZ_PARTIES',
6699: p_instance_pk1_value => l_organization_rec.party_rec.party_id,
6700: p_user_name => fnd_global.user_name,

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

6711: -- Bug 3835601: replaced the message with a more user friendly message
6712: --
6713: FND_MESSAGE.SET_NAME('AR', 'HZ_DSS_NO_UPDATE_PRIVILEGE');
6714: FND_MESSAGE.SET_TOKEN('ENTITY_NAME',
6715: hz_dss_util_pub.get_display_name(null, 'ORGANIZATION'));
6716: FND_MSG_PUB.ADD;
6717: RAISE FND_API.G_EXC_ERROR;
6718: end if;
6719: END IF;