DBA Data[Home] [Help]

APPS.AS_COMPETITOR_PROD_PVT dependencies on FND_PROFILE

Line 156: IF(FND_PROFILE.VALUE('AS_PRE_CUSTOM_ENABLED')='Y')

152: /*
153: -- Un-comment the following statements when AS_CALLOUT_PKG is ready.
154: -- if profile AS_PRE_CUSTOM_ENABLED is set to 'Y', callout procedure is
155: -- invoked for customization purpose
156: IF(FND_PROFILE.VALUE('AS_PRE_CUSTOM_ENABLED')='Y')
157: THEN
158: AS_CALLOUT_PKG.Create_competitor_prods_BC(
159: p_api_version_number => 2.0,
160: p_init_msg_list => FND_API.G_FALSE,

Line 259: fnd_profile.value('AS_DEFAULT_WIN_LOSS_STATUS');

255:
256: -- Default win/loss status
257: IF (l_competitor_prod_rec.WIN_LOSS_STATUS IS NULL ) THEN
258: l_competitor_prod_rec.WIN_LOSS_STATUS :=
259: fnd_profile.value('AS_DEFAULT_WIN_LOSS_STATUS');
260: END IF;
261:
262: -- Reset the win/loss status
263: IF (l_opp_won) THEN

Line 394: IF(FND_PROFILE.VALUE('AS_POST_CUSTOM_ENABLED')='Y')

390: -- Un-comment the following statements when AS_CALLOUT_PKG is ready.
391: /*
392: -- if profile AS_POST_CUSTOM_ENABLED is set to 'Y', callout procedure is
393: -- invoked for customization purpose
394: IF(FND_PROFILE.VALUE('AS_POST_CUSTOM_ENABLED')='Y')
395: THEN
396: AS_CALLOUT_PKG.Create_competitor_prods_AC(
397: p_api_version_number => 2.0,
398: p_init_msg_list => FND_API.G_FALSE,

Line 541: IF(FND_PROFILE.VALUE('AS_PRE_CUSTOM_ENABLED')='Y')

537: /*
538: -- Un-comment the following statements when AS_CALLOUT_PKG is ready.
539: -- if profile AS_PRE_CUSTOM_ENABLED is set to 'Y', callout procedure is
540: -- invoked for customization purpose
541: IF(FND_PROFILE.VALUE('AS_PRE_CUSTOM_ENABLED')='Y')
542: THEN
543: AS_CALLOUT_PKG.Update_competitor_prods_BU(
544: p_api_version_number => 2.0,
545: p_init_msg_list => FND_API.G_FALSE,

Line 794: IF(FND_PROFILE.VALUE('AS_POST_CUSTOM_ENABLED')='Y')

790: -- Un-comment the following statements when AS_CALLOUT_PKG is ready.
791: /*
792: -- if profile AS_POST_CUSTOM_ENABLED is set to 'Y', callout procedure is
793: -- invoked for customization purpose
794: IF(FND_PROFILE.VALUE('AS_POST_CUSTOM_ENABLED')='Y')
795: THEN
796: AS_CALLOUT_PKG.Update_competitor_prods_AU(
797: p_api_version_number => 2.0,
798: p_init_msg_list => FND_API.G_FALSE,

Line 935: IF(FND_PROFILE.VALUE('AS_PRE_CUSTOM_ENABLED')='Y')

931: --
932: -- Un-comment the following statements when AS_CALLOUT_PKG is ready.
933: /*
934: -- if profile AS_PRE_CUSTOM_ENABLED is set to 'Y', callout procedure is invoked for customization purpose
935: IF(FND_PROFILE.VALUE('AS_PRE_CUSTOM_ENABLED')='Y')
936: THEN
937: AS_CALLOUT_PKG.Delete_competitor_prods_BD(
938: p_api_version_number => 2.0,
939: p_init_msg_list => FND_API.G_FALSE,

Line 1069: IF(FND_PROFILE.VALUE('AS_POST_CUSTOM_ENABLED')='Y')

1065: -- Un-comment the following statements when AS_CALLOUT_PKG is ready.
1066: /*
1067: -- if profile AS_POST_CUSTOM_ENABLED is set to 'Y', callout procedure is
1068: -- invoked for customization purpose
1069: IF(FND_PROFILE.VALUE('AS_POST_CUSTOM_ENABLED')='Y')
1070: THEN
1071: AS_CALLOUT_PKG.Delete_competitor_prods_AD(
1072: p_api_version_number => 2.0,
1073: p_init_msg_list => FND_API.G_FALSE,