DBA Data[Home] [Help]

APPS.AP_WEB_DB_AP_INT_PKG dependencies on FND_MESSAGE

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

775: AND pera.primary_flag='Y'
776: AND peras.per_system_status in ('ACTIVE_ASSIGN', 'ACTIVE_CWK');
777: exception
778: when no_data_found then
779: FND_MESSAGE.Set_Name('SQLAP', 'AP_WEB_EXP_MISSING_EMP_CCID');
780: RAISE AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR;
781: end;
782:
783: -----------------------------------------------------

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

789: NULL;
790: END IF;
791:
792: IF (l_chart_of_accounts_id is null) THEN
793: FND_MESSAGE.Set_Name('SQLAP', 'OIE_MISS_CHART_OF_ACC_ID');
794: RAISE AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR;
795: END IF;
796:
797: -----------------------------------------------------------------

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

875:
876: p_ccid := FND_FLEX_KEYVAL.combination_id;
877:
878: ELSE
879: FND_MESSAGE.set_encoded(FND_FLEX_KEYVAL.encoded_error_message);
880: fnd_msg_pub.add();
881: RAISE AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR;
882:
883: END IF; /* FND_FLEX_KEYVAL.validate_segs */

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

891:
892: RETURN TRUE;
893: EXCEPTION
894: WHEN AP_WEB_OA_MAINFLOW_PKG.G_EXC_ERROR THEN
895: AP_WEB_DB_UTIL_PKG.RaiseException(nvl(FND_MESSAGE.Get,l_debug_info));
896: APP_EXCEPTION.RAISE_EXCEPTION;
897: return FALSE;
898: WHEN OTHERS THEN
899: AP_WEB_DB_UTIL_PKG.RaiseException( 'GetExpenseClearingCCID' );