DBA Data[Home] [Help]

APPS.AP_WEB_ACCTG_PKG dependencies on APP_EXCEPTION

Line 96: APP_EXCEPTION.RAISE_EXCEPTION;

92:
93: EXCEPTION
94: WHEN OTHERS THEN
95: AP_WEB_DB_UTIL_PKG.RaiseException( 'GetCostCenter' );
96: APP_EXCEPTION.RAISE_EXCEPTION;
97:
98: END GetCostCenter;
99:
100:

Line 163: APP_EXCEPTION.RAISE_EXCEPTION;

159:
160: EXCEPTION
161: WHEN OTHERS THEN
162: AP_WEB_DB_UTIL_PKG.RaiseException( 'GetCostCenterApprovalRule' );
163: APP_EXCEPTION.RAISE_EXCEPTION;
164:
165: END GetCostCenterApprovalRule;
166:
167:

Line 215: APP_EXCEPTION.RAISE_EXCEPTION;

211: WHEN NO_DATA_FOUND THEN
212: return FALSE;
213: WHEN OTHERS THEN
214: AP_WEB_DB_UTIL_PKG.RaiseException('GetDependentSegment');
215: APP_EXCEPTION.RAISE_EXCEPTION;
216: return FALSE;
217: END GetDependentSegment;
218:
219:

Line 486: APP_EXCEPTION.RAISE_EXCEPTION;

482:
483: EXCEPTION
484: WHEN OTHERS THEN
485: AP_WEB_DB_UTIL_PKG.RaiseException( 'GetExpenseTypeCostCenter' );
486: APP_EXCEPTION.RAISE_EXCEPTION;
487:
488: END GetExpenseTypeCostCenter;
489:
490:

Line 698: APP_EXCEPTION.RAISE_EXCEPTION;

694: FND_MESSAGE.SET_TOKEN('ERROR',SQLERRM);
695: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE', 'GetDistributionSegments');
696: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
697: END IF;
698: APP_EXCEPTION.RAISE_EXCEPTION;
699: END GetDistributionSegments;
700:
701:
702: PROCEDURE GetConcatenatedSegments(

Line 748: APP_EXCEPTION.RAISE_EXCEPTION;

744:
745: EXCEPTION
746: WHEN OTHERS THEN
747: AP_WEB_DB_UTIL_PKG.RaiseException( 'GetConcatenatedSegments' );
748: APP_EXCEPTION.RAISE_EXCEPTION;
749:
750: END GetConcatenatedSegments;
751:
752:

Line 1047: APP_EXCEPTION.RAISE_EXCEPTION;

1043:
1044: EXCEPTION
1045: WHEN OTHERS THEN
1046: AP_WEB_DB_UTIL_PKG.RaiseException( 'BuildAccount' );
1047: APP_EXCEPTION.RAISE_EXCEPTION;
1048:
1049: END BuildAccount;
1050:
1051:

Line 1763: APP_EXCEPTION.RAISE_EXCEPTION;

1759:
1760: EXCEPTION
1761: WHEN OTHERS THEN
1762: AP_WEB_DB_UTIL_PKG.RaiseException( 'GetDependentSegmentValue' );
1763: APP_EXCEPTION.RAISE_EXCEPTION;
1764:
1765: END GetDependentSegmentValue;
1766:
1767: END AP_WEB_ACCTG_PKG;