DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_CMN_BOND_REGISTER_PKG

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

2486: 16. 2003/08/22 Sriram - Bug # 3021588 version 616.2
2487:
2488: For Multiple Bond Register Enhancement,
2489: Instead of using the cursors for fetching the register associated with the invoice type , a call has been made to the procedures
2490: of the jai_cmn_bond_register_pkg package. There enhancement has created dependency because of the
2491: 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.
2492:
2493: This fix has introduced huge dependency . All future changes in this object should have this bug as a prereq
2494:

Line 2491: 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.

2487:
2488: For Multiple Bond Register Enhancement,
2489: Instead of using the cursors for fetching the register associated with the invoice type , a call has been made to the procedures
2490: of the jai_cmn_bond_register_pkg package. There enhancement has created dependency because of the
2491: 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.
2492:
2493: This fix has introduced huge dependency . All future changes in this object should have this bug as a prereq
2494:
2495:

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

2758: FND_FILE.PUT_LINE(FND_FILE.LOG, ' org id: '|| j_organization_id);
2759: FND_FILE.PUT_LINE(FND_FILE.LOG, ' loc id: '|| j_location_id);
2760: FND_FILE.PUT_LINE(FND_FILE.LOG, ' Batch source id: '|| j_batch_source_id);
2761:
2762: /* The following code has been added by SRIRAM -- BUG # 3021588 CALL TO jai_cmn_bond_register_pkg INSTEAD */
2763:
2764: jai_cmn_bond_register_pkg.get_register_id(
2765: j_organization_id ,
2766: j_location_id ,

Line 2764: jai_cmn_bond_register_pkg.get_register_id(

2760: FND_FILE.PUT_LINE(FND_FILE.LOG, ' Batch source id: '|| j_batch_source_id);
2761:
2762: /* The following code has been added by SRIRAM -- BUG # 3021588 CALL TO jai_cmn_bond_register_pkg INSTEAD */
2763:
2764: jai_cmn_bond_register_pkg.get_register_id(
2765: j_organization_id ,
2766: j_location_id ,
2767: j_batch_source_id ,
2768: 'Y' ,

Line 4644: jai_cmn_bond_register_pkg.get_register_id(

4640: OPEN cur_get_transaction_type_id ;
4641: FETCH cur_get_transaction_type_id INTO ln_transaction_type_id;
4642: CLOSE cur_get_transaction_type_id ;
4643:
4644: jai_cmn_bond_register_pkg.get_register_id(
4645: v_organization_id ,
4646: v_location_id ,
4647: ln_transaction_type_id ,
4648: 'Y' ,