DBA Data[Home] [Help]

APPS.JL_AR_AP_WITHHOLDING_PKG dependencies on APP_EXCEPTION

Line 779: App_Exception.Raise_Exception;

775: ', Undo_Awt_Date= ' || to_char(P_Undo_Awt_Date,'YYYY/MM/DD'));
776: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
777: END IF;
778:
779: App_Exception.Raise_Exception;
780:
781: END Jl_Ar_Ap_Undo_Withholding;
782:
783:

Line 997: App_Exception.Raise_Exception;

993: ', Calling Module= ' || P_Calling_Module);
994: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
995: END IF;
996:
997: App_Exception.Raise_Exception;
998:
999: END Jl_Ar_Ap_Undo_Temp_Withholding;
1000:
1001:

Line 1134: App_Exception.Raise_Exception;

1130: ' Payment Instruction ID ' || p_payment_instruction_id );
1131: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
1132: END IF;
1133: x_return_status := fnd_api.g_ret_sts_error;
1134: App_Exception.Raise_Exception;
1135:
1136: END Jl_Ar_Ap_Certificates;
1137:
1138: /**************************************************************************

Line 1449: App_Exception.Raise_Exception;

1445: ', Calling Module= ' || P_Calling_Module);
1446: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
1447: END IF;
1448:
1449: App_Exception.Raise_Exception;
1450:
1451: END Do_AWT_Quick_Payment;
1452:
1453:

Line 1725: App_Exception.Raise_Exception;

1721: ', Calling Module= ' || P_Calling_Module);
1722: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
1723: END IF;
1724: P_AWT_Success := AWT_ERROR;
1725: App_Exception.Raise_Exception;
1726:
1727: END Do_AWT_Build_Payment_Batch;
1728:
1729:

Line 2005: App_Exception.Raise_Exception;

2001: ', Calling Module= ' || P_Calling_Module);
2002: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
2003: END IF;
2004:
2005: App_Exception.Raise_Exception;
2006:
2007: END Do_AWT_Confirm_Payment_Batch;
2008:
2009:

Line 2903: App_Exception.Raise_Exception;

2899: ', Calling Module= ' || P_Calling_Module);
2900: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
2901: END IF;
2902: P_AWT_Success := AWT_ERROR;
2903: App_Exception.Raise_Exception;
2904:
2905: END Calculate_AWT_Amounts;
2906:
2907:

Line 2970: App_Exception.Raise_Exception;

2966: ', Tax Id= ' || to_char(P_Tax_Id));
2967: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
2968: END IF;
2969:
2970: App_Exception.Raise_Exception;
2971:
2972: END Initialize_Withholdings;
2973:
2974:

Line 3209: App_Exception.Raise_Exception;

3205: ', Payment Num= ' || to_char(P_Payment_Num));
3206: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
3207: END IF;
3208:
3209: App_Exception.Raise_Exception;
3210:
3211: END Process_Withholdings;
3212:
3213:

Line 3726: App_Exception.Raise_Exception;

3722: ', Calling Module= ' || P_Calling_Module);
3723: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
3724: END IF;
3725:
3726: App_Exception.Raise_Exception;
3727:
3728: END Calculate_Taxable_Base_Amounts;
3729:
3730:

Line 3890: App_Exception.Raise_Exception;

3886: ', Tax Inclusive Flag= ' || P_Tax_Inclusive_Flag);
3887: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
3888: END IF;
3889:
3890: App_Exception.Raise_Exception;
3891:
3892: END Get_Taxable_Base_Amount;
3893:
3894:

Line 3961: App_Exception.Raise_Exception;

3957: ', AWT Type Code= ' || P_AWT_Type_Code);
3958: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
3959: END IF;
3960:
3961: App_Exception.Raise_Exception;
3962:
3963: END Get_Credit_Letter_Amount;
3964:
3965:

Line 4175: App_Exception.Raise_Exception;

4171: ', Selected_Check_Id= ' || to_char(P_Selected_Check_Id));
4172: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
4173: END IF;
4174:
4175: App_Exception.Raise_Exception;
4176:
4177: END Update_Credit_Letter;
4178:
4179:

Line 4287: App_Exception.Raise_Exception;

4283: ', Selected Check Id= ' || to_char(P_Selected_Check_Id));
4284: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
4285: END IF;
4286:
4287: App_Exception.Raise_Exception;
4288:
4289: END Insert_Credit_Letter_Amount;
4290:
4291:

Line 4468: App_Exception.Raise_Exception;

4464: ', Payment Num= ' || to_char(P_Payment_Num));
4465: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
4466: END IF;
4467:
4468: App_Exception.Raise_Exception;
4469:
4470: END Undo_Credit_Letter;
4471:
4472:

Line 4744: App_Exception.Raise_Exception;

4740: ' Check Id= ' || to_char(P_Check_Id));
4741: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
4742: END IF;
4743:
4744: App_Exception.Raise_Exception;
4745:
4746: END Update_Quick_Payment;
4747:
4748:

Line 5059: App_Exception.Raise_Exception;

5055: ', Selected Check Id= ' || to_char(P_Selected_Check_Id));
5056: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
5057: END IF;
5058:
5059: App_Exception.Raise_Exception;
5060:
5061: END Update_Payment_Batch;
5062:
5063:

Line 5167: App_Exception.Raise_Exception;

5163: ', Taxable Base Amount Basis= ' || P_Taxable_Base_Amount_Basis);
5164: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
5165: END IF;
5166:
5167: App_Exception.Raise_Exception;
5168:
5169: END Withholding_Already_Calculated;
5170:
5171:

Line 5217: App_Exception.Raise_Exception;

5213: Fnd_Message.Set_Token('PARAMETERS', null);
5214: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
5215: END IF;
5216:
5217: App_Exception.Raise_Exception;
5218:
5219: END Total_Withholding_Amount;
5220:
5221:

Line 5342: App_Exception.Raise_Exception;

5338: ', Total Wh Amount= ' || to_char(P_Total_Wh_Amount));
5339: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
5340: END IF;
5341:
5342: App_Exception.Raise_Exception;
5343:
5344: END Partial_Payment_Paid_In_Full;
5345:
5346:

Line 5441: App_Exception.Raise_Exception;

5437: ' Checkrun Name= ' || P_Checkrun_Name);
5438: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
5439: END IF;
5440:
5441: App_Exception.Raise_Exception;
5442:
5443: END Confirm_Credit_Letters;
5444:
5445:

Line 5550: App_Exception.Raise_Exception;

5546: ', AWT Success= ' || P_AWT_Success);
5547: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
5548: END IF;
5549:
5550: App_Exception.Raise_Exception;
5551:
5552: END Reject_Payment_Batch;
5553:
5554:

Line 5907: App_Exception.Raise_Exception;

5903: Fnd_Message.Set_Token('PARAMETERS',
5904: ' Check Id= ' || to_char(P_Check_Id));
5905: Fnd_Message.Set_Token('DEBUG_INFO', l_debug_info);
5906: END IF;
5907: App_Exception.Raise_Exception;
5908:
5909: END Undo_Quick_Payment;
5910:
5911: END JL_AR_AP_WITHHOLDING_PKG;