DBA Data[Home] [Help]

APPS.HZ_ORG_INFO_PUB dependencies on FND_PROFILE

Line 518: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND

514: /*
515: --Call to User-Hook pre Processing Procedure
516: --Bug 1363124: validation#3 of content_source_type
517:
518: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
519: -- Bug 2197181: Modifed the condition
520: g_fin_is_datasource_selected = 'Y'
521: THEN
522: hz_org_info_crmhk.create_financial_reports_pre(

Line 631: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND

627: /*
628: --Call to User-Hook pre Processing Procedure
629: --Bug 1363124: validation#3 of content_source_type
630:
631: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
632: -- Bug 2197181: Modifed the condition
633: g_fin_is_datasource_selected = 'Y'
634: THEN
635: hz_org_info_crmhk.create_financial_reports_post(

Line 741: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND

737: /*
738: --Call to User-Hook pre Processing Procedure
739: --Bug 1363124: validation#3 of content_source_type
740:
741: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
742: -- Bug 2197181: Modifed the condition
743: g_fin_is_datasource_selected = 'Y'
744: THEN
745: hz_org_info_crmhk.update_financial_reports_pre(

Line 823: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND

819: );
820: */
821: /*
822: --Call to User-Hook post Processing Procedure
823: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
824: -- Bug 2197181: Modifed the condition
825: g_fin_is_datasource_selected = 'Y'
826: THEN
827: hz_org_info_crmhk.update_financial_reports_post(

Line 975: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND

971: /*
972: --Call to User-Hook pre Processing Procedure
973: --Bug 1363124: validation#3 of content_source_type
974:
975: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
976: -- Bug 2197181: Added below condition for Mix-n-Match
977: g_fin_is_datasource_selected = 'Y'
978: THEN
979: hz_org_info_crmhk.create_financial_numbers_pre(

Line 1030: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND

1026: );
1027: */
1028: /*
1029: --Call to User-Hook post Processing Procedure
1030: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
1031: -- Bug 2197181: Added below condition for Mix-n-Match
1032: g_fin_is_datasource_selected = 'Y'
1033: THEN
1034: hz_org_info_crmhk.create_financial_numbers_post(

Line 1176: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND

1172:
1173: /*
1174: --Call to User-Hook pre Processing Procedure
1175: --Bug 1363124: validation#3 of content_source_type
1176: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
1177: -- Bug 2197181: Added below condition for Mix-n-Match
1178: g_fin_is_datasource_selected = 'Y'
1179: THEN
1180: hz_org_info_crmhk.update_financial_numbers_pre(

Line 1245: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND

1241: );
1242: */
1243: /*
1244: --Call to User-Hook post Processing Procedure
1245: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
1246: -- Bug 2197181: Added below condition for Mix-n-Match
1247: g_fin_is_datasource_selected = 'Y'
1248: THEN
1249: hz_org_info_crmhk.update_financial_numbers_post(

Line 2759: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

2755: x_return_status := FND_API.G_RET_STS_SUCCESS;
2756:
2757: /*
2758: --Call to User-Hook pre Processing Procedure
2759: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
2760: hz_org_info_crmhk.create_stock_markets_pre(
2761: l_stock_markets_rec,
2762: x_return_status,
2763: x_msg_count,

Line 2788: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

2784: x_return_status);
2785:
2786: /*
2787: --Call to User-Hook post Processing Procedure
2788: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
2789: hz_org_info_crmhk.create_stock_markets_post(
2790: l_stock_markets_rec,
2791: x_return_status,
2792: x_msg_count,

Line 2929: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

2925: x_return_status := FND_API.G_RET_STS_SUCCESS;
2926:
2927: /*
2928: --Call to User-Hook pre Processing Procedure
2929: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
2930: hz_org_info_crmhk.update_stock_markets_pre(
2931: l_stock_markets_rec,
2932: x_return_status,
2933: x_msg_count,

Line 2973: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

2969: x_return_status);
2970:
2971: /*
2972: --Call to User-Hook post Processing Procedure
2973: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
2974: hz_org_info_crmhk.update_stock_markets_post(
2975: l_stock_markets_rec,
2976: x_return_status,
2977: x_msg_count,

Line 3113: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

3109: x_return_status := FND_API.G_RET_STS_SUCCESS;
3110:
3111: /*
3112: --Call to User-Hook pre Processing Procedure
3113: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
3114: hz_org_info_crmhk.create_security_issued_pre(
3115: l_security_issued_rec,
3116: x_return_status,
3117: x_msg_count,

Line 3142: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

3138: x_return_status);
3139:
3140: /*
3141: --Call to User-Hook post Processing Procedure
3142: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
3143: hz_org_info_crmhk.create_security_issued_post(
3144: l_security_issued_rec,
3145: x_return_status,
3146: x_msg_count,

Line 3298: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

3294: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3295: END IF;
3296:
3297: --Call to User-Hook pre Processing Procedure
3298: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
3299: hz_org_info_crmhk.update_security_issued_pre(
3300: l_security_issued_rec,
3301: x_return_status,
3302: x_msg_count,

Line 3327: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

3323: x_return_status);
3324:
3325: /*
3326: --Call to User-Hook post Processing Procedure
3327: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
3328: hz_org_info_crmhk.update_security_issued_post(
3329: l_security_issued_rec,
3330: x_return_status,
3331: x_msg_count,

Line 4181: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4177: x_return_status := FND_API.G_RET_STS_SUCCESS;
4178:
4179: /*
4180: --Call to User-Hook pre Processing Procedure
4181: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4182: hz_org_info_crmhk.create_certifications_pre(
4183: l_certifications_rec,
4184: x_return_status,
4185: x_msg_count,

Line 4210: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4206: x_return_status);
4207:
4208: /*
4209: --Call to User-Hook post Processing Procedure
4210: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4211: hz_org_info_crmhk.create_certifications_post(
4212: l_certifications_rec,
4213: x_return_status,
4214: x_msg_count,

Line 4371: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4367: */
4368:
4369: /*
4370: --Call to User-Hook pre Processing Procedure
4371: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4372: hz_org_info_crmhk.update_certifications_pre(
4373: l_certifications_rec,
4374: x_return_status,
4375: x_msg_count,

Line 4400: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4396: x_return_status);
4397:
4398: /*
4399: --Call to User-Hook post Processing Procedure
4400: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4401: hz_org_info_crmhk.update_certifications_post(
4402: l_certifications_rec,
4403: x_return_status,
4404: x_msg_count,

Line 4546: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4542: x_return_status := FND_API.G_RET_STS_SUCCESS;
4543:
4544: /*
4545: --Call to User-Hook pre Processing Procedure
4546: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4547: hz_org_info_crmhk.create_industrial_ref_pre(
4548: l_industrial_reference_rec,
4549: x_return_status,
4550: x_msg_count,

Line 4575: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4571: x_return_status);
4572:
4573: /*
4574: --Call to User-Hook post Processing Procedure
4575: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4576: hz_org_info_crmhk.create_industrial_ref_post(
4577: l_industrial_reference_rec,
4578: x_return_status,
4579: x_msg_count,

Line 4708: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4704: x_return_status := FND_API.G_RET_STS_SUCCESS;
4705:
4706: /*
4707: --Call to User-Hook pre Processing Procedure
4708: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4709: hz_org_info_crmhk.update_industrial_ref_pre(
4710: l_industrial_reference_rec,
4711: x_return_status,
4712: x_msg_count,

Line 4736: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4732: x_return_status);
4733:
4734: /*
4735: --Call to User-Hook post Processing Procedure
4736: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4737: hz_org_info_crmhk.update_industrial_ref_post(
4738: l_industrial_reference_rec,
4739: x_return_status,
4740: x_msg_count,

Line 4868: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4864: x_return_status := FND_API.G_RET_STS_SUCCESS;
4865:
4866: /*
4867: --Call to User-Hook pre Processing Procedure
4868: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4869: hz_org_info_crmhk.create_industrial_classes_pre(
4870: l_industrial_classes_rec,
4871: x_return_status,
4872: x_msg_count,

Line 4896: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

4892: x_return_status);
4893:
4894: /*
4895: --Call to User-Hook post Processing Procedure
4896: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
4897: hz_org_info_crmhk.create_industrial_classes_post(
4898: l_industrial_classes_rec,
4899: x_return_status,
4900: x_msg_count,

Line 5040: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

5036: x_msg_data);
5037:
5038: /*
5039: --Call to User-Hook pre Processing Procedure
5040: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
5041: hz_org_info_crmhk.update_industrial_classes_pre(
5042: l_industrial_classes_rec,
5043: l_old_industrial_classes_rec,
5044: x_return_status,

Line 5070: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

5066: x_return_status);
5067:
5068: /*
5069: --Call to User-Hook post Processing Procedure
5070: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
5071: hz_org_info_crmhk.update_industrial_classes_post(
5072: l_industrial_classes_rec,
5073: x_return_status,
5074: x_msg_count,

Line 5202: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

5198: x_return_status := FND_API.G_RET_STS_SUCCESS;
5199:
5200: /*
5201: --Call to User-Hook pre Processing Procedure
5202: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
5203: hz_org_info_crmhk.create_indus_class_app_pre(
5204: l_industrial_class_app_rec,
5205: x_return_status,
5206: x_msg_count,

Line 5231: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

5227: x_return_status);
5228:
5229: /*
5230: --Call to User-Hook post Processing Procedure
5231: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
5232: hz_org_info_crmhk.create_indus_class_app_post(
5233: l_industrial_class_app_rec,
5234: x_return_status,
5235: x_msg_count,

Line 5363: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

5359: x_return_status := FND_API.G_RET_STS_SUCCESS;
5360:
5361: /*
5362: --Call to User-Hook pre Processing Procedure
5363: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
5364: hz_org_info_crmhk.update_indus_class_app_pre(
5365: l_industrial_class_app_rec,
5366: x_return_status,
5367: x_msg_count,

Line 5392: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN

5388: x_return_status);
5389:
5390: /*
5391: --Call to User-Hook post Processing Procedure
5392: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
5393: hz_org_info_crmhk.update_indus_class_app_post(
5394: l_industrial_class_app_rec,
5395: x_return_status,
5396: x_msg_count,