DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_JAR_TL_TRIGGER_PKG

Line 1: PACKAGE BODY JAI_JAR_TL_TRIGGER_PKG AS

1: PACKAGE BODY JAI_JAR_TL_TRIGGER_PKG AS
2: /* $Header: jai_jar_tl_t.plb 120.44.12020000.5 2013/02/14 05:26:52 mmurtuza ship $ */
3: --Added by Wenqiong for Bug 14253668 Begin
4: ----------------------------------------------------------------------------
5: FUNCTION get_ar_trx_type(pn_customer_trx_line_id IN NUMBER)

Line 1813: JAI_JAR_TL_TRIGGER_PKG.ARU_T1 will not be invoked, and the same logic is implemented

1809: will be no set off during Receipt/CM Application.
1810:
1811: 28. 10/02/2011 Added by Zhiwei for Open Interface ER bug#11683927.
1812: When update the AR transaction that are imported by Open Interface, procedure
1813: JAI_JAR_TL_TRIGGER_PKG.ARU_T1 will not be invoked, and the same logic is implemented
1814: in Open Interface Procedure.
1815:
1816: 29 12-Apr-2011 Bug 11936630
1817: Description: Data was inserted into JAI_AR_TRX_INS_LINES_T via tax_type_cur only if

Line 2596: Pv_return_message := 'Encountered an error in JAI_JAR_TL_TRIGGER_PKG.ARU_T1 ' || substr(sqlerrm,1,1900);

2592: /* Added an exception block by Ramananda for bug#4570303 */
2593: EXCEPTION
2594: WHEN OTHERS THEN
2595: Pv_return_code := jai_constants.unexpected_error;
2596: Pv_return_message := 'Encountered an error in JAI_JAR_TL_TRIGGER_PKG.ARU_T1 ' || substr(sqlerrm,1,1900);
2597:
2598: END ARU_T1 ;
2599:
2600: END JAI_JAR_TL_TRIGGER_PKG ;

Line 2600: END JAI_JAR_TL_TRIGGER_PKG ;

2596: Pv_return_message := 'Encountered an error in JAI_JAR_TL_TRIGGER_PKG.ARU_T1 ' || substr(sqlerrm,1,1900);
2597:
2598: END ARU_T1 ;
2599:
2600: END JAI_JAR_TL_TRIGGER_PKG ;