DBA Data[Home] [Help]

APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_CMN_BOND_REGISTER_PKG

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

296: 5. 2003/08/22 Sriram Bug # 3021588 (Bond Register Enhancement) Version 616.2
297:
298: For Multiple Bond Register Enhancement,
299: Instead of using the cursors for fetching the register associated with the invoice type , a call has been made to the procedures
300: of the jai_cmn_bond_register_pkg package. There enhancement has created dependency because of the
301: 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.
302:
303: New Validations for checking the bond expiry date and to check the balance based on the call to the jai_cmn_bond_register_pkg has been added
304:

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

297:
298: For Multiple Bond Register Enhancement,
299: Instead of using the cursors for fetching the register associated with the invoice type , a call has been made to the procedures
300: of the jai_cmn_bond_register_pkg package. There enhancement has created dependency because of the
301: 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.
302:
303: New Validations for checking the bond expiry date and to check the balance based on the call to the jai_cmn_bond_register_pkg has been added
304:
305: Provision for letter of undertaking has been incorporated. In the case of the letter of undetaking , its also a type of bond register

Line 303: New Validations for checking the bond expiry date and to check the balance based on the call to the jai_cmn_bond_register_pkg has been added

299: Instead of using the cursors for fetching the register associated with the invoice type , a call has been made to the procedures
300: of the jai_cmn_bond_register_pkg package. There enhancement has created dependency because of the
301: 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.
302:
303: New Validations for checking the bond expiry date and to check the balance based on the call to the jai_cmn_bond_register_pkg has been added
304:
305: Provision for letter of undertaking has been incorporated. In the case of the letter of undetaking , its also a type of bond register
306: but without validation for the balances.
307: This has been done by checking if the LOU_FLAG is 'Y' in the JAI_OM_OE_BOND_REG_HDRS table for the

Line 544: -- above code commented by sriram - bug # 3021588 and instead making a call to the jai_cmn_bond_register_pkg Package instead.

540: FETCH register_code_cur INTO v_reg_code;
541: CLOSE register_code_cur;
542: */
543:
544: -- above code commented by sriram - bug # 3021588 and instead making a call to the jai_cmn_bond_register_pkg Package instead.
545:
546: jai_cmn_bond_register_pkg.GET_REGISTER_ID(v_org_id,
547: v_loc_id,
548: v_batch_source_id,

Line 546: jai_cmn_bond_register_pkg.GET_REGISTER_ID(v_org_id,

542: */
543:
544: -- above code commented by sriram - bug # 3021588 and instead making a call to the jai_cmn_bond_register_pkg Package instead.
545:
546: jai_cmn_bond_register_pkg.GET_REGISTER_ID(v_org_id,
547: v_loc_id,
548: v_batch_source_id,
549: 'N',
550: v_register_id,