DBA Data[Home] [Help]

APPS.HZ_PARTY_V2PUB dependencies on HZ_COMMON_PUB

Line 4907: hz_common_pub.disable_cont_source_security;

4903: -- enable policy function if it is disabled.
4904:
4905: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
4906: IF l_context = 'N' THEN
4907: hz_common_pub.disable_cont_source_security;
4908: END IF;
4909:
4910: -- cache if mix-n-match is enabled
4911:

Line 4964: hz_common_pub.enable_cont_source_security;

4960: -- enable policy function if it was enabled before calling
4961: -- this procedure.
4962:
4963: IF l_context = 'N' THEN
4964: hz_common_pub.enable_cont_source_security;
4965: END IF;
4966:
4967: --Standard call to get message count and if count is 1, get message info.
4968: fnd_msg_pub.count_and_get(

Line 4999: hz_common_pub.enable_cont_source_security;

4995: WHEN FND_API.G_EXC_ERROR THEN
4996: ROLLBACK TO create_person;
4997:
4998: IF l_context = 'N' THEN
4999: hz_common_pub.enable_cont_source_security;
5000: END IF;
5001:
5002: x_return_status := fnd_api.g_ret_sts_error;
5003:

Line 5035: hz_common_pub.enable_cont_source_security;

5031: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5032: ROLLBACK TO create_person;
5033:
5034: IF l_context = 'N' THEN
5035: hz_common_pub.enable_cont_source_security;
5036: END IF;
5037:
5038: x_return_status := fnd_api.g_ret_sts_unexp_error;
5039:

Line 5071: hz_common_pub.enable_cont_source_security;

5067: WHEN OTHERS THEN
5068: ROLLBACK TO create_person;
5069:
5070: IF l_context = 'N' THEN
5071: hz_common_pub.enable_cont_source_security;
5072: END IF;
5073:
5074: x_return_status := fnd_api.g_ret_sts_unexp_error;
5075:

Line 5256: hz_common_pub.disable_cont_source_security;

5252: -- enable policy function if it is disabled.
5253:
5254: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
5255: IF l_context = 'N' THEN
5256: hz_common_pub.disable_cont_source_security;
5257: END IF;
5258:
5259:
5260: /**

Line 5369: hz_common_pub.enable_cont_source_security;

5365: -- enable policy function if it was enabled before calling
5366: -- this procedure.
5367:
5368: IF l_context = 'N' THEN
5369: hz_common_pub.enable_cont_source_security;
5370: END IF;
5371:
5372: --Standard call to get message count and if count is 1, get message info.
5373: fnd_msg_pub.count_and_get(

Line 5405: hz_common_pub.enable_cont_source_security;

5401: WHEN FND_API.G_EXC_ERROR THEN
5402: ROLLBACK TO update_person;
5403:
5404: IF l_context = 'N' THEN
5405: hz_common_pub.enable_cont_source_security;
5406: END IF;
5407:
5408: x_return_status := fnd_api.g_ret_sts_error;
5409:

Line 5442: hz_common_pub.enable_cont_source_security;

5438: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5439: ROLLBACK TO update_person;
5440:
5441: IF l_context = 'N' THEN
5442: hz_common_pub.enable_cont_source_security;
5443: END IF;
5444:
5445: x_return_status := fnd_api.g_ret_sts_unexp_error;
5446:

Line 5477: hz_common_pub.enable_cont_source_security;

5473: WHEN OTHERS THEN
5474: ROLLBACK TO update_person;
5475:
5476: IF l_context = 'N' THEN
5477: hz_common_pub.enable_cont_source_security;
5478: END IF;
5479:
5480: x_return_status := fnd_api.g_ret_sts_unexp_error;
5481:

Line 5597: hz_common_pub.disable_cont_source_security;

5593: -- enable policy function if it is disabled.
5594:
5595: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
5596: IF l_context = 'N' THEN
5597: hz_common_pub.disable_cont_source_security;
5598: END IF;
5599:
5600: -- call to business logic.
5601: do_create_party(

Line 5651: hz_common_pub.enable_cont_source_security;

5647: -- enable policy function if it was enabled before calling
5648: -- this procedure.
5649:
5650: IF l_context = 'N' THEN
5651: hz_common_pub.enable_cont_source_security;
5652: END IF;
5653:
5654: --Standard call to get message count and if count is 1, get message info.
5655: fnd_msg_pub.count_and_get(

Line 5687: hz_common_pub.enable_cont_source_security;

5683: WHEN FND_API.G_EXC_ERROR THEN
5684: ROLLBACK TO create_group;
5685:
5686: IF l_context = 'N' THEN
5687: hz_common_pub.enable_cont_source_security;
5688: END IF;
5689:
5690: x_return_status := fnd_api.g_ret_sts_error;
5691:

Line 5723: hz_common_pub.enable_cont_source_security;

5719: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5720: ROLLBACK TO create_group;
5721:
5722: IF l_context = 'N' THEN
5723: hz_common_pub.enable_cont_source_security;
5724: END IF;
5725:
5726: x_return_status := fnd_api.g_ret_sts_unexp_error;
5727:

Line 5759: hz_common_pub.enable_cont_source_security;

5755: WHEN OTHERS THEN
5756: ROLLBACK TO create_group;
5757:
5758: IF l_context = 'N' THEN
5759: hz_common_pub.enable_cont_source_security;
5760: END IF;
5761:
5762: x_return_status := fnd_api.g_ret_sts_unexp_error;
5763:

Line 5881: hz_common_pub.disable_cont_source_security;

5877: -- enable policy function if it is disabled.
5878:
5879: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
5880: IF l_context = 'N' THEN
5881: hz_common_pub.disable_cont_source_security;
5882: END IF;
5883:
5884: /**
5885: get_group_rec is checking if the group party has been

Line 5986: hz_common_pub.enable_cont_source_security;

5982: -- enable policy function if it was enabled before calling
5983: -- this procedure.
5984:
5985: IF l_context = 'N' THEN
5986: hz_common_pub.enable_cont_source_security;
5987: END IF;
5988:
5989: --Standard call to get message count and if count is 1, get message info.
5990: fnd_msg_pub.count_and_get(

Line 6021: hz_common_pub.enable_cont_source_security;

6017: WHEN FND_API.G_EXC_ERROR THEN
6018: ROLLBACK TO update_group;
6019:
6020: IF l_context = 'N' THEN
6021: hz_common_pub.enable_cont_source_security;
6022: END IF;
6023:
6024: x_return_status := fnd_api.g_ret_sts_error;
6025:

Line 6057: hz_common_pub.enable_cont_source_security;

6053: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
6054: ROLLBACK TO update_group;
6055:
6056: IF l_context = 'N' THEN
6057: hz_common_pub.enable_cont_source_security;
6058: END IF;
6059:
6060: x_return_status := fnd_api.g_ret_sts_unexp_error;
6061:

Line 6093: hz_common_pub.enable_cont_source_security;

6089: WHEN OTHERS THEN
6090: ROLLBACK TO update_group;
6091:
6092: IF l_context = 'N' THEN
6093: hz_common_pub.enable_cont_source_security;
6094: END IF;
6095:
6096: x_return_status := fnd_api.g_ret_sts_unexp_error;
6097:

Line 6234: hz_common_pub.disable_cont_source_security;

6230: -- enable policy function if it is disabled.
6231:
6232: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
6233: IF l_context = 'N' THEN
6234: hz_common_pub.disable_cont_source_security;
6235: END IF;
6236:
6237: -- cache if mix-n-match is enabled
6238:

Line 6316: hz_common_pub.enable_cont_source_security;

6312: -- enable policy function if it was enabled before calling
6313: -- this procedure.
6314:
6315: IF l_context = 'N' THEN
6316: hz_common_pub.enable_cont_source_security;
6317: END IF;
6318:
6319: --Standard call to get message count and if count is 1, get message info.
6320: fnd_msg_pub.count_and_get(

Line 6352: hz_common_pub.enable_cont_source_security;

6348: WHEN fnd_api.g_exc_error THEN
6349: ROLLBACK TO create_organization;
6350:
6351: IF l_context = 'N' THEN
6352: hz_common_pub.enable_cont_source_security;
6353: END IF;
6354:
6355: x_return_status := fnd_api.g_ret_sts_error;
6356:

Line 6388: hz_common_pub.enable_cont_source_security;

6384: WHEN fnd_api.g_exc_unexpected_error THEN
6385: ROLLBACK TO create_organization;
6386:
6387: IF l_context = 'N' THEN
6388: hz_common_pub.enable_cont_source_security;
6389: END IF;
6390:
6391: x_return_status := fnd_api.g_ret_sts_unexp_error;
6392:

Line 6424: hz_common_pub.enable_cont_source_security;

6420: WHEN OTHERS THEN
6421: ROLLBACK TO create_organization;
6422:
6423: IF l_context = 'N' THEN
6424: hz_common_pub.enable_cont_source_security;
6425: END IF;
6426:
6427: x_return_status := fnd_api.g_ret_sts_unexp_error;
6428:

Line 6624: hz_common_pub.disable_cont_source_security;

6620: -- enable policy function if it is disabled.
6621:
6622: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
6623: IF l_context = 'N' THEN
6624: hz_common_pub.disable_cont_source_security;
6625: END IF;
6626:
6627: /**
6628: get_organization_rec is checking if the organization party has been

Line 6786: hz_common_pub.enable_cont_source_security;

6782: -- enable policy function if it was enabled before calling
6783: -- this procedure.
6784:
6785: IF l_context = 'N' THEN
6786: hz_common_pub.enable_cont_source_security;
6787: END IF;
6788:
6789: --Standard call to get message count and if count is 1, get message info.
6790: fnd_msg_pub.count_and_get(

Line 6821: hz_common_pub.enable_cont_source_security;

6817: WHEN fnd_api.g_exc_error THEN
6818: ROLLBACK TO update_organization;
6819:
6820: IF l_context = 'N' THEN
6821: hz_common_pub.enable_cont_source_security;
6822: END IF;
6823:
6824: x_return_status := fnd_api.g_ret_sts_error;
6825:

Line 6857: hz_common_pub.enable_cont_source_security;

6853: WHEN fnd_api.g_exc_unexpected_error THEN
6854: ROLLBACK TO update_organization;
6855:
6856: IF l_context = 'N' THEN
6857: hz_common_pub.enable_cont_source_security;
6858: END IF;
6859:
6860: x_return_status := fnd_api.g_ret_sts_unexp_error;
6861:

Line 6894: hz_common_pub.enable_cont_source_security;

6890: WHEN OTHERS THEN
6891: ROLLBACK TO update_organization;
6892:
6893: IF l_context = 'N' THEN
6894: hz_common_pub.enable_cont_source_security;
6895: END IF;
6896:
6897: x_return_status := fnd_api.g_ret_sts_unexp_error;
6898:

Line 7031: hz_common_pub.disable_cont_source_security;

7027: -- enable policy function if it is disabled.
7028:
7029: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
7030: IF l_context = 'N' THEN
7031: hz_common_pub.disable_cont_source_security;
7032: END IF;
7033:
7034: --Check whether primary key has been passed in.
7035: IF p_party_id IS NULL OR

Line 7240: hz_common_pub.enable_cont_source_security;

7236: -- enable policy function if it was enabled before calling
7237: -- this procedure.
7238:
7239: IF l_context = 'N' THEN
7240: hz_common_pub.enable_cont_source_security;
7241: END IF;
7242:
7243: --Standard call to get message count and if count is 1, get message info.
7244: fnd_msg_pub.count_and_get(

Line 7252: hz_common_pub.enable_cont_source_security;

7248:
7249: EXCEPTION
7250: WHEN fnd_api.g_exc_error THEN
7251: IF l_context = 'N' THEN
7252: hz_common_pub.enable_cont_source_security;
7253: END IF;
7254:
7255: x_return_status := fnd_api.g_ret_sts_error;
7256:

Line 7264: hz_common_pub.enable_cont_source_security;

7260: p_data => x_msg_data);
7261:
7262: WHEN fnd_api.g_exc_unexpected_error THEN
7263: IF l_context = 'N' THEN
7264: hz_common_pub.enable_cont_source_security;
7265: END IF;
7266:
7267: x_return_status := fnd_api.g_ret_sts_unexp_error;
7268:

Line 7276: hz_common_pub.enable_cont_source_security;

7272: p_data => x_msg_data);
7273:
7274: WHEN OTHERS THEN
7275: IF l_context = 'N' THEN
7276: hz_common_pub.enable_cont_source_security;
7277: END IF;
7278:
7279: x_return_status := fnd_api.g_ret_sts_unexp_error;
7280:

Line 7381: hz_common_pub.disable_cont_source_security;

7377: -- enable policy function if it is disabled.
7378:
7379: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
7380: IF l_context = 'N' THEN
7381: hz_common_pub.disable_cont_source_security;
7382: END IF;
7383:
7384: --Check whether primary key has been passed in.
7385: IF p_party_id IS NULL OR

Line 7510: hz_common_pub.enable_cont_source_security;

7506: -- enable policy function if it was enabled before calling
7507: -- this procedure.
7508:
7509: IF l_context = 'N' THEN
7510: hz_common_pub.enable_cont_source_security;
7511: END IF;
7512:
7513: --Standard call to get message count and if count is 1, get message info.
7514: fnd_msg_pub.count_and_get(

Line 7522: hz_common_pub.enable_cont_source_security;

7518:
7519: EXCEPTION
7520: WHEN fnd_api.g_exc_error THEN
7521: IF l_context = 'N' THEN
7522: hz_common_pub.enable_cont_source_security;
7523: END IF;
7524:
7525: x_return_status := fnd_api.g_ret_sts_error;
7526:

Line 7534: hz_common_pub.enable_cont_source_security;

7530: p_data => x_msg_data);
7531:
7532: WHEN fnd_api.g_exc_unexpected_error THEN
7533: IF l_context = 'N' THEN
7534: hz_common_pub.enable_cont_source_security;
7535: END IF;
7536:
7537: x_return_status := fnd_api.g_ret_sts_unexp_error;
7538:

Line 7546: hz_common_pub.enable_cont_source_security;

7542: p_data => x_msg_data);
7543:
7544: WHEN OTHERS THEN
7545: IF l_context = 'N' THEN
7546: hz_common_pub.enable_cont_source_security;
7547: END IF;
7548:
7549: x_return_status := fnd_api.g_ret_sts_unexp_error;
7550: