DBA Data[Home] [Help]

APPS.HZ_PARTY_V2PUB dependencies on HZ_COMMON_PUB

Line 4967: hz_common_pub.disable_cont_source_security;

4963: -- enable policy function if it is disabled.
4964:
4965: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
4966: IF l_context = 'N' THEN
4967: hz_common_pub.disable_cont_source_security;
4968: END IF;
4969:
4970: -- cache if mix-n-match is enabled
4971:

Line 5024: hz_common_pub.enable_cont_source_security;

5020: -- enable policy function if it was enabled before calling
5021: -- this procedure.
5022:
5023: IF l_context = 'N' THEN
5024: hz_common_pub.enable_cont_source_security;
5025: END IF;
5026:
5027: --Standard call to get message count and if count is 1, get message info.
5028: fnd_msg_pub.count_and_get(

Line 5059: hz_common_pub.enable_cont_source_security;

5055: WHEN FND_API.G_EXC_ERROR THEN
5056: ROLLBACK TO create_person;
5057:
5058: IF l_context = 'N' THEN
5059: hz_common_pub.enable_cont_source_security;
5060: END IF;
5061:
5062: x_return_status := fnd_api.g_ret_sts_error;
5063:

Line 5095: hz_common_pub.enable_cont_source_security;

5091: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5092: ROLLBACK TO create_person;
5093:
5094: IF l_context = 'N' THEN
5095: hz_common_pub.enable_cont_source_security;
5096: END IF;
5097:
5098: x_return_status := fnd_api.g_ret_sts_unexp_error;
5099:

Line 5131: hz_common_pub.enable_cont_source_security;

5127: WHEN OTHERS THEN
5128: ROLLBACK TO create_person;
5129:
5130: IF l_context = 'N' THEN
5131: hz_common_pub.enable_cont_source_security;
5132: END IF;
5133:
5134: x_return_status := fnd_api.g_ret_sts_unexp_error;
5135:

Line 5327: hz_common_pub.disable_cont_source_security;

5323: -- enable policy function if it is disabled.
5324:
5325: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
5326: IF l_context = 'N' THEN
5327: hz_common_pub.disable_cont_source_security;
5328: END IF;
5329:
5330:
5331: /**

Line 5440: hz_common_pub.enable_cont_source_security;

5436: -- enable policy function if it was enabled before calling
5437: -- this procedure.
5438:
5439: IF l_context = 'N' THEN
5440: hz_common_pub.enable_cont_source_security;
5441: END IF;
5442:
5443: --Standard call to get message count and if count is 1, get message info.
5444: fnd_msg_pub.count_and_get(

Line 5476: hz_common_pub.enable_cont_source_security;

5472: WHEN FND_API.G_EXC_ERROR THEN
5473: ROLLBACK TO update_person;
5474:
5475: IF l_context = 'N' THEN
5476: hz_common_pub.enable_cont_source_security;
5477: END IF;
5478:
5479: x_return_status := fnd_api.g_ret_sts_error;
5480:

Line 5513: hz_common_pub.enable_cont_source_security;

5509: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5510: ROLLBACK TO update_person;
5511:
5512: IF l_context = 'N' THEN
5513: hz_common_pub.enable_cont_source_security;
5514: END IF;
5515:
5516: x_return_status := fnd_api.g_ret_sts_unexp_error;
5517:

Line 5548: hz_common_pub.enable_cont_source_security;

5544: WHEN OTHERS THEN
5545: ROLLBACK TO update_person;
5546:
5547: IF l_context = 'N' THEN
5548: hz_common_pub.enable_cont_source_security;
5549: END IF;
5550:
5551: x_return_status := fnd_api.g_ret_sts_unexp_error;
5552:

Line 5668: hz_common_pub.disable_cont_source_security;

5664: -- enable policy function if it is disabled.
5665:
5666: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
5667: IF l_context = 'N' THEN
5668: hz_common_pub.disable_cont_source_security;
5669: END IF;
5670:
5671: -- call to business logic.
5672: do_create_party(

Line 5722: hz_common_pub.enable_cont_source_security;

5718: -- enable policy function if it was enabled before calling
5719: -- this procedure.
5720:
5721: IF l_context = 'N' THEN
5722: hz_common_pub.enable_cont_source_security;
5723: END IF;
5724:
5725: --Standard call to get message count and if count is 1, get message info.
5726: fnd_msg_pub.count_and_get(

Line 5758: hz_common_pub.enable_cont_source_security;

5754: WHEN FND_API.G_EXC_ERROR THEN
5755: ROLLBACK TO create_group;
5756:
5757: IF l_context = 'N' THEN
5758: hz_common_pub.enable_cont_source_security;
5759: END IF;
5760:
5761: x_return_status := fnd_api.g_ret_sts_error;
5762:

Line 5794: hz_common_pub.enable_cont_source_security;

5790: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
5791: ROLLBACK TO create_group;
5792:
5793: IF l_context = 'N' THEN
5794: hz_common_pub.enable_cont_source_security;
5795: END IF;
5796:
5797: x_return_status := fnd_api.g_ret_sts_unexp_error;
5798:

Line 5830: hz_common_pub.enable_cont_source_security;

5826: WHEN OTHERS THEN
5827: ROLLBACK TO create_group;
5828:
5829: IF l_context = 'N' THEN
5830: hz_common_pub.enable_cont_source_security;
5831: END IF;
5832:
5833: x_return_status := fnd_api.g_ret_sts_unexp_error;
5834:

Line 5952: hz_common_pub.disable_cont_source_security;

5948: -- enable policy function if it is disabled.
5949:
5950: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
5951: IF l_context = 'N' THEN
5952: hz_common_pub.disable_cont_source_security;
5953: END IF;
5954:
5955: /**
5956: get_group_rec is checking if the group party has been

Line 6057: hz_common_pub.enable_cont_source_security;

6053: -- enable policy function if it was enabled before calling
6054: -- this procedure.
6055:
6056: IF l_context = 'N' THEN
6057: hz_common_pub.enable_cont_source_security;
6058: END IF;
6059:
6060: --Standard call to get message count and if count is 1, get message info.
6061: fnd_msg_pub.count_and_get(

Line 6092: hz_common_pub.enable_cont_source_security;

6088: WHEN FND_API.G_EXC_ERROR THEN
6089: ROLLBACK TO update_group;
6090:
6091: IF l_context = 'N' THEN
6092: hz_common_pub.enable_cont_source_security;
6093: END IF;
6094:
6095: x_return_status := fnd_api.g_ret_sts_error;
6096:

Line 6128: hz_common_pub.enable_cont_source_security;

6124: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
6125: ROLLBACK TO update_group;
6126:
6127: IF l_context = 'N' THEN
6128: hz_common_pub.enable_cont_source_security;
6129: END IF;
6130:
6131: x_return_status := fnd_api.g_ret_sts_unexp_error;
6132:

Line 6164: hz_common_pub.enable_cont_source_security;

6160: WHEN OTHERS THEN
6161: ROLLBACK TO update_group;
6162:
6163: IF l_context = 'N' THEN
6164: hz_common_pub.enable_cont_source_security;
6165: END IF;
6166:
6167: x_return_status := fnd_api.g_ret_sts_unexp_error;
6168:

Line 6305: hz_common_pub.disable_cont_source_security;

6301: -- enable policy function if it is disabled.
6302:
6303: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
6304: IF l_context = 'N' THEN
6305: hz_common_pub.disable_cont_source_security;
6306: END IF;
6307:
6308: -- cache if mix-n-match is enabled
6309:

Line 6387: hz_common_pub.enable_cont_source_security;

6383: -- enable policy function if it was enabled before calling
6384: -- this procedure.
6385:
6386: IF l_context = 'N' THEN
6387: hz_common_pub.enable_cont_source_security;
6388: END IF;
6389:
6390: --Standard call to get message count and if count is 1, get message info.
6391: fnd_msg_pub.count_and_get(

Line 6423: hz_common_pub.enable_cont_source_security;

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

Line 6459: hz_common_pub.enable_cont_source_security;

6455: WHEN fnd_api.g_exc_unexpected_error THEN
6456: ROLLBACK TO create_organization;
6457:
6458: IF l_context = 'N' THEN
6459: hz_common_pub.enable_cont_source_security;
6460: END IF;
6461:
6462: x_return_status := fnd_api.g_ret_sts_unexp_error;
6463:

Line 6495: hz_common_pub.enable_cont_source_security;

6491: WHEN OTHERS THEN
6492: ROLLBACK TO create_organization;
6493:
6494: IF l_context = 'N' THEN
6495: hz_common_pub.enable_cont_source_security;
6496: END IF;
6497:
6498: x_return_status := fnd_api.g_ret_sts_unexp_error;
6499:

Line 6705: hz_common_pub.disable_cont_source_security;

6701: -- enable policy function if it is disabled.
6702:
6703: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
6704: IF l_context = 'N' THEN
6705: hz_common_pub.disable_cont_source_security;
6706: END IF;
6707:
6708: /**
6709: get_organization_rec is checking if the organization party has been

Line 6867: hz_common_pub.enable_cont_source_security;

6863: -- enable policy function if it was enabled before calling
6864: -- this procedure.
6865:
6866: IF l_context = 'N' THEN
6867: hz_common_pub.enable_cont_source_security;
6868: END IF;
6869:
6870: --Standard call to get message count and if count is 1, get message info.
6871: fnd_msg_pub.count_and_get(

Line 6902: hz_common_pub.enable_cont_source_security;

6898: WHEN fnd_api.g_exc_error THEN
6899: ROLLBACK TO update_organization;
6900:
6901: IF l_context = 'N' THEN
6902: hz_common_pub.enable_cont_source_security;
6903: END IF;
6904:
6905: x_return_status := fnd_api.g_ret_sts_error;
6906:

Line 6938: hz_common_pub.enable_cont_source_security;

6934: WHEN fnd_api.g_exc_unexpected_error THEN
6935: ROLLBACK TO update_organization;
6936:
6937: IF l_context = 'N' THEN
6938: hz_common_pub.enable_cont_source_security;
6939: END IF;
6940:
6941: x_return_status := fnd_api.g_ret_sts_unexp_error;
6942:

Line 6975: hz_common_pub.enable_cont_source_security;

6971: WHEN OTHERS THEN
6972: ROLLBACK TO update_organization;
6973:
6974: IF l_context = 'N' THEN
6975: hz_common_pub.enable_cont_source_security;
6976: END IF;
6977:
6978: x_return_status := fnd_api.g_ret_sts_unexp_error;
6979:

Line 7112: hz_common_pub.disable_cont_source_security;

7108: -- enable policy function if it is disabled.
7109:
7110: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
7111: IF l_context = 'N' THEN
7112: hz_common_pub.disable_cont_source_security;
7113: END IF;
7114:
7115: --Check whether primary key has been passed in.
7116: IF p_party_id IS NULL OR

Line 7352: hz_common_pub.enable_cont_source_security;

7348: -- enable policy function if it was enabled before calling
7349: -- this procedure.
7350:
7351: IF l_context = 'N' THEN
7352: hz_common_pub.enable_cont_source_security;
7353: END IF;
7354:
7355: --Standard call to get message count and if count is 1, get message info.
7356: fnd_msg_pub.count_and_get(

Line 7364: hz_common_pub.enable_cont_source_security;

7360:
7361: EXCEPTION
7362: WHEN fnd_api.g_exc_error THEN
7363: IF l_context = 'N' THEN
7364: hz_common_pub.enable_cont_source_security;
7365: END IF;
7366:
7367: x_return_status := fnd_api.g_ret_sts_error;
7368:

Line 7376: hz_common_pub.enable_cont_source_security;

7372: p_data => x_msg_data);
7373:
7374: WHEN fnd_api.g_exc_unexpected_error THEN
7375: IF l_context = 'N' THEN
7376: hz_common_pub.enable_cont_source_security;
7377: END IF;
7378:
7379: x_return_status := fnd_api.g_ret_sts_unexp_error;
7380:

Line 7388: hz_common_pub.enable_cont_source_security;

7384: p_data => x_msg_data);
7385:
7386: WHEN OTHERS THEN
7387: IF l_context = 'N' THEN
7388: hz_common_pub.enable_cont_source_security;
7389: END IF;
7390:
7391: x_return_status := fnd_api.g_ret_sts_unexp_error;
7392:

Line 7493: hz_common_pub.disable_cont_source_security;

7489: -- enable policy function if it is disabled.
7490:
7491: l_context := NVL(SYS_CONTEXT('hz', g_apps_context), 'N');
7492: IF l_context = 'N' THEN
7493: hz_common_pub.disable_cont_source_security;
7494: END IF;
7495:
7496: --Check whether primary key has been passed in.
7497: IF p_party_id IS NULL OR

Line 7622: hz_common_pub.enable_cont_source_security;

7618: -- enable policy function if it was enabled before calling
7619: -- this procedure.
7620:
7621: IF l_context = 'N' THEN
7622: hz_common_pub.enable_cont_source_security;
7623: END IF;
7624:
7625: --Standard call to get message count and if count is 1, get message info.
7626: fnd_msg_pub.count_and_get(

Line 7634: hz_common_pub.enable_cont_source_security;

7630:
7631: EXCEPTION
7632: WHEN fnd_api.g_exc_error THEN
7633: IF l_context = 'N' THEN
7634: hz_common_pub.enable_cont_source_security;
7635: END IF;
7636:
7637: x_return_status := fnd_api.g_ret_sts_error;
7638:

Line 7646: hz_common_pub.enable_cont_source_security;

7642: p_data => x_msg_data);
7643:
7644: WHEN fnd_api.g_exc_unexpected_error THEN
7645: IF l_context = 'N' THEN
7646: hz_common_pub.enable_cont_source_security;
7647: END IF;
7648:
7649: x_return_status := fnd_api.g_ret_sts_unexp_error;
7650:

Line 7658: hz_common_pub.enable_cont_source_security;

7654: p_data => x_msg_data);
7655:
7656: WHEN OTHERS THEN
7657: IF l_context = 'N' THEN
7658: hz_common_pub.enable_cont_source_security;
7659: END IF;
7660:
7661: x_return_status := fnd_api.g_ret_sts_unexp_error;
7662: