DBA Data[Home] [Help]

APPS.XDPCORE_FA dependencies on FND_PROFILE

Line 5353: IF( fnd_profile.defined( g_xdp_fp_error_threshold) ) THEN

5349:
5350: BEGIN
5351:
5352: -- get the threshold..
5353: IF( fnd_profile.defined( g_xdp_fp_error_threshold) ) THEN
5354: fnd_profile.get( g_xdp_fp_error_threshold, lv_error_threshold_str );
5355: END IF;
5356:
5357: lv_error_threshold := TO_NUMBER( lv_error_threshold_str );

Line 5354: fnd_profile.get( g_xdp_fp_error_threshold, lv_error_threshold_str );

5350: BEGIN
5351:
5352: -- get the threshold..
5353: IF( fnd_profile.defined( g_xdp_fp_error_threshold) ) THEN
5354: fnd_profile.get( g_xdp_fp_error_threshold, lv_error_threshold_str );
5355: END IF;
5356:
5357: lv_error_threshold := TO_NUMBER( lv_error_threshold_str );
5358:

Line 5439: IF( fnd_profile.defined( g_xdp_fp_error_threshold) ) THEN

5435:
5436: BEGIN
5437:
5438: -- get the threshold..
5439: IF( fnd_profile.defined( g_xdp_fp_error_threshold) ) THEN
5440: fnd_profile.get( g_xdp_fp_error_threshold, lv_error_threshold_str );
5441: END IF;
5442:
5443: lv_error_threshold := TO_NUMBER( lv_error_threshold_str );

Line 5440: fnd_profile.get( g_xdp_fp_error_threshold, lv_error_threshold_str );

5436: BEGIN
5437:
5438: -- get the threshold..
5439: IF( fnd_profile.defined( g_xdp_fp_error_threshold) ) THEN
5440: fnd_profile.get( g_xdp_fp_error_threshold, lv_error_threshold_str );
5441: END IF;
5442:
5443: lv_error_threshold := TO_NUMBER( lv_error_threshold_str );
5444:

Line 5531: IF( fnd_profile.defined( g_xdp_fp_error_threshold) ) THEN

5527: AND object_type = XDP_UTILITIES.g_fp_object_type FOR UPDATE;
5528:
5529: BEGIN
5530: -- get the threshold..
5531: IF( fnd_profile.defined( g_xdp_fp_error_threshold) ) THEN
5532: fnd_profile.get( g_xdp_fp_error_threshold, lv_error_threshold_str );
5533: END IF;
5534:
5535: lv_error_threshold := TO_NUMBER( lv_error_threshold_str );

Line 5532: fnd_profile.get( g_xdp_fp_error_threshold, lv_error_threshold_str );

5528:
5529: BEGIN
5530: -- get the threshold..
5531: IF( fnd_profile.defined( g_xdp_fp_error_threshold) ) THEN
5532: fnd_profile.get( g_xdp_fp_error_threshold, lv_error_threshold_str );
5533: END IF;
5534:
5535: lv_error_threshold := TO_NUMBER( lv_error_threshold_str );
5536: