DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_PUB dependencies on FND_PROFILE

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

470: --Initialize API return status to success.
471: x_return_status := FND_API.G_RET_STS_SUCCESS;
472: /*
473: --Call to User-Hook pre Processing Procedure
474: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
475: hz_party_info_crmhk.create_financial_profile_pre(
476: l_financial_profile_rec,
477: x_return_status,
478: x_msg_count,

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

498: x_financial_profile_id,
499: x_return_status);
500: /*
501: --Call to User-Hook post Processing Procedure
502: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
503: hz_party_info_crmhk.create_financial_profile_post(
504: l_financial_profile_rec,
505: x_return_status,
506: x_msg_count,

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

643: x_return_status := FND_API.G_RET_STS_SUCCESS;
644:
645: /*
646: --Call to User-Hook pre Processing Procedure
647: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
648: hz_party_info_crmhk.update_financial_profile_pre(
649: l_financial_profile_rec,
650: x_return_status,
651: x_msg_count,

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

672: x_return_status);
673:
674: /*
675: --Call to User-Hook post Processing Procedure
676: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' THEN
677: hz_party_info_crmhk.update_financial_profile_post(
678: l_financial_profile_rec,
679: x_return_status,
680: x_msg_count,

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

793:
794: --Call to User-Hook pre Processing Procedure
795: --Bug 1363124: validation#3 of content_source_type
796: /*
797: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
798: -- Bug 2197181: Modifed the condition
799: g_cre_is_datasource_selected = 'Y'
800: THEN
801: hz_party_info_crmhk.create_credit_ratings_pre(

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

990: );
991: */
992: --Call to User-Hook post Processing Procedure
993: /*
994: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
995: -- Bug 2197181: Modifed the condition
996: g_cre_is_datasource_selected = 'Y'
997: THEN
998: hz_party_info_crmhk.create_credit_ratings_post(

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

1098:
1099: --Call to User-Hook pre Processing Procedure
1100: --Bug 1363124: validation#3 of content_source_type
1101: /*
1102: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
1103: -- Bug 2197181: Modifed the condition
1104: g_cre_is_datasource_selected = 'Y'
1105: THEN
1106: hz_party_info_crmhk.update_credit_ratings_pre(

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

1270: );
1271: */
1272: /*
1273: --Call to User-Hook post Processing Procedure
1274: IF fnd_profile.value('HZ_EXECUTE_API_CALLOUTS') = 'Y' AND
1275: -- Bug 2197181: Modifed the condition
1276: g_cre_is_datasource_selected = 'Y'
1277: THEN
1278: hz_party_info_crmhk.update_credit_ratings_post(