DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_CMN_BOND_REGISTER_PKG

Line 2700: of the jai_cmn_bond_register_pkg package. There enhancement has created dependency because of the

2696: 16. 2003/08/22 Sriram - Bug # 3021588 version 616.2
2697:
2698: For Multiple Bond Register Enhancement,
2699: Instead of using the cursors for fetching the register associated with the invoice type , a call has been made to the procedures
2700: of the jai_cmn_bond_register_pkg package. There enhancement has created dependency because of the
2701: introduction of 3 new columns in the JAI_OM_OE_BOND_REG_HDRS table and also call to the new package jai_cmn_bond_register_pkg.
2702:
2703: This fix has introduced huge dependency . All future changes in this object should have this bug as a prereq
2704:

Line 2701: introduction of 3 new columns in the JAI_OM_OE_BOND_REG_HDRS table and also call to the new package jai_cmn_bond_register_pkg.

2697:
2698: For Multiple Bond Register Enhancement,
2699: Instead of using the cursors for fetching the register associated with the invoice type , a call has been made to the procedures
2700: of the jai_cmn_bond_register_pkg package. There enhancement has created dependency because of the
2701: introduction of 3 new columns in the JAI_OM_OE_BOND_REG_HDRS table and also call to the new package jai_cmn_bond_register_pkg.
2702:
2703: This fix has introduced huge dependency . All future changes in this object should have this bug as a prereq
2704:
2705:

Line 3021: /* The following code has been added by SRIRAM -- BUG # 3021588 CALL TO jai_cmn_bond_register_pkg INSTEAD */

3017: FND_FILE.PUT_LINE(FND_FILE.LOG, ' org id: '|| j_organization_id);
3018: FND_FILE.PUT_LINE(FND_FILE.LOG, ' loc id: '|| j_location_id);
3019: FND_FILE.PUT_LINE(FND_FILE.LOG, ' Batch source id: '|| j_batch_source_id);
3020:
3021: /* The following code has been added by SRIRAM -- BUG # 3021588 CALL TO jai_cmn_bond_register_pkg INSTEAD */
3022:
3023: jai_cmn_bond_register_pkg.get_register_id(
3024: j_organization_id ,
3025: j_location_id ,

Line 3023: jai_cmn_bond_register_pkg.get_register_id(

3019: FND_FILE.PUT_LINE(FND_FILE.LOG, ' Batch source id: '|| j_batch_source_id);
3020:
3021: /* The following code has been added by SRIRAM -- BUG # 3021588 CALL TO jai_cmn_bond_register_pkg INSTEAD */
3022:
3023: jai_cmn_bond_register_pkg.get_register_id(
3024: j_organization_id ,
3025: j_location_id ,
3026: j_batch_source_id ,
3027: 'Y' ,

Line 5621: jai_cmn_bond_register_pkg.get_register_id(

5617: OPEN cur_get_transaction_type_id ;
5618: FETCH cur_get_transaction_type_id INTO ln_transaction_type_id;
5619: CLOSE cur_get_transaction_type_id ;
5620:
5621: jai_cmn_bond_register_pkg.get_register_id(
5622: v_organization_id ,
5623: v_location_id ,
5624: ln_transaction_type_id ,
5625: 'Y' ,