DBA Data[Home] [Help]

APPS.AP_WEB_DB_AP_INT_PKG dependencies on FND_MESSAGE

Line 803: FND_MESSAGE.Set_Name('SQLAP', 'AP_WEB_EXP_MISSING_EMP_CCID');

799: AND pera.primary_flag='Y'
800: AND peras.per_system_status in ('ACTIVE_ASSIGN', 'ACTIVE_CWK');
801: exception
802: when no_data_found then
803: FND_MESSAGE.Set_Name('SQLAP', 'AP_WEB_EXP_MISSING_EMP_CCID');
804: RAISE AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR;
805: end;
806:
807: -----------------------------------------------------

Line 817: FND_MESSAGE.Set_Name('SQLAP', 'OIE_MISS_CHART_OF_ACC_ID');

813: NULL;
814: END IF;
815:
816: IF (l_chart_of_accounts_id is null) THEN
817: FND_MESSAGE.Set_Name('SQLAP', 'OIE_MISS_CHART_OF_ACC_ID');
818: RAISE AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR;
819: END IF;
820:
821: -----------------------------------------------------------------

Line 905: FND_MESSAGE.set_encoded(FND_FLEX_KEYVAL.encoded_error_message);

901: p_ccid := FND_FLEX_KEYVAL.combination_id;
902:
903: ELSE
904: l_debug_info := substr(FND_FLEX_KEYVAL.error_message, 1800);
905: FND_MESSAGE.set_encoded(FND_FLEX_KEYVAL.encoded_error_message);
906: fnd_msg_pub.add();
907: RAISE AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR;
908:
909: END IF; /* FND_FLEX_KEYVAL.validate_segs */

Line 921: AP_WEB_DB_UTIL_PKG.RaiseException(nvl(FND_MESSAGE.Get,l_debug_info));

917:
918: RETURN TRUE;
919: EXCEPTION
920: WHEN AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR THEN
921: AP_WEB_DB_UTIL_PKG.RaiseException(nvl(FND_MESSAGE.Get,l_debug_info));
922: APP_EXCEPTION.RAISE_EXCEPTION;
923: return FALSE;
924: WHEN OTHERS THEN
925: AP_WEB_DB_UTIL_PKG.RaiseException( 'GetExpenseClearingCCID' );