DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on APP_EXCEPTION

Line 668: APP_EXCEPTION.RAISE_EXCEPTION;

664:
665: --Clean up the PL/SQL table
666: x_dist_tab.delete;
667:
668: APP_EXCEPTION.RAISE_EXCEPTION;
669:
670: END ap_amt_match;
671:
672: PROCEDURE Get_Info(X_Invoice_ID IN NUMBER,

Line 863: app_exception.raise_exception;

859: p_org_id => g_org_id);
860:
861: IF (g_accounting_date IS NULL) THEN
862: fnd_message.set_name('SQLAP','AP_DISTS_NO_OPEN_FUT_PERIOD');
863: app_exception.raise_exception;
864: ELSE
865: g_line_accounting_date := g_accounting_date;
866: END IF;
867:

Line 888: app_exception.raise_exception;

884: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',current_calling_sequence);
885: FND_MESSAGE.SET_TOKEN('PARAMETERS','Invoice Id = '||TO_CHAR(X_Invoice_Id));
886: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
887: END IF;
888: app_exception.raise_exception;
889:
890: END Get_Info;
891:
892: --

Line 1469: APP_EXCEPTION.RAISE_EXCEPTION;

1465: ||', Exchange Rate = '||g_exchange_rate
1466: ||', Base Currency = '||g_base_currency_code);
1467: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1468: END IF;
1469: APP_EXCEPTION.RAISE_EXCEPTION;
1470: END Get_Dist_Proration_Info;
1471:
1472: /*--------------------------------------------------------------------------+
1473: |GET_TOTAL_PRORATION_AMOUNT :: returns the Total Amount and Receipt Match |

Line 1588: APP_EXCEPTION.RAISE_EXCEPTION;

1584: ' X_Rcv_Transaction_Id = '||TO_CHAR(X_Rcv_Transaction_id)
1585: ||', X_Match_Amount = '||X_Match_amount);
1586: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1587: END IF;
1588: APP_EXCEPTION.RAISE_EXCEPTION;
1589:
1590: END Get_Total_Proration_Amount;
1591:
1592: --

Line 1735: APP_EXCEPTION.RAISE_EXCEPTION;

1731: END IF;
1732:
1733: --Clean up the PL/SQL table
1734: X_DIST_TAB.DELETE;
1735: APP_EXCEPTION.RAISE_EXCEPTION;
1736:
1737: END Update_Po_Shipments_Dists;
1738:
1739: --

Line 1779: APP_EXCEPTION.RAISE_EXCEPTION;

1775: ||', Match amount = '||to_char(x_match_amount)
1776: ||', PO Uom = '||x_uom_lookup_code);
1777: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1778: END IF;
1779: APP_EXCEPTION.RAISE_EXCEPTION;
1780:
1781: END Update_RCV_Transaction;
1782:
1783: --

Line 2458: APP_EXCEPTION.RAISE_EXCEPTION;

2454: ||', Expenditure Type ='||g_expenditure_type
2455: ||', Expenditure_Organization_id ='||to_char(g_expenditure_organization_id));
2456: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
2457: END IF;
2458: APP_EXCEPTION.RAISE_EXCEPTION;
2459:
2460: END Insert_Invoice_Line;
2461:
2462: --

Line 2871: APP_EXCEPTION.RAISE_EXCEPTION;

2867: END IF;
2868: --Clean up the PL/SQL table
2869: X_DIST_TAB.DELETE;
2870:
2871: APP_EXCEPTION.RAISE_EXCEPTION;
2872:
2873: END Insert_Invoice_Distributions;
2874:
2875: --

Line 2964: APP_EXCEPTION.RAISE_EXCEPTION;

2960: ||', Misc Description = '||x_misc_description
2961: ||', Item Line Number = '||TO_CHAR(X_Item_Line_Number));
2962: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
2963: END IF;
2964: APP_EXCEPTION.RAISE_EXCEPTION;
2965:
2966: END Create_Charge_Lines;
2967:
2968: /*+=======================================================================+

Line 3194: app_exception.raise_exception;

3190:
3191: --Clean up the PL/SQL table
3192: x_corr_dist_tab.delete;
3193:
3194: app_exception.raise_exception;
3195:
3196: END Amount_Correct_Inv_Rcv;
3197:
3198: --

Line 3369: app_exception.raise_exception;

3365: End if;
3366: --Clean up the PL/SQL tables on error
3367: x_corr_dist_tab.delete;
3368:
3369: app_exception.raise_exception;
3370:
3371: END Get_Corr_Dist_Proration_Info;
3372:
3373: --

Line 3473: app_exception.raise_exception;

3469: ' po_line_location_id = '||to_char(x_po_line_location_id));
3470: fnd_message.set_token('DEBUG_INFO',l_debug_info);
3471: End if;
3472:
3473: app_exception.raise_exception;
3474:
3475: END Update_Corr_Po_Shipments_Dists;
3476:
3477: --

Line 3832: app_exception.raise_exception;

3828: ||', amount = '||to_char(x_amount)
3829: ||', po_distribution_id = '||to_char(x_po_distribution_id));
3830: fnd_message.set_token('DEBUG_INFO',l_debug_info);
3831: End if;
3832: app_exception.raise_exception;
3833:
3834: END Insert_Corr_Invoice_Line;
3835:
3836: --