DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_GE_GEN_003

Line 50: Bug 3771151 - Removed references to log table IGS_GE_S_LOG_ENTRY and code to log - IGS_GE_GEN_003.GENP_INS_LOG_ENTRY

46: Added an EXCEPTION to log a message in case of rolling over failure.
47: agairola 13-Sep-2004 Bug 3316063 - Retention Enhancements Build
48: pathipat 12-Jul-2004 Bug 3759552 - Added code to roll over Fee Trigger groups, Unit Fee Triggers and Unit Set Fee Triggers
49: Added functions for the same and corresponding calls in finp_ins_roll_fcfl().
50: Bug 3771151 - Removed references to log table IGS_GE_S_LOG_ENTRY and code to log - IGS_GE_GEN_003.GENP_INS_LOG_ENTRY
51: Bug 3771163 - Removed logging of message IGS_FI_FTCI_NO_REC_FOUND when FTCI has already been rolled over
52: uudayapr 16-oct-2003 Enh 3117341 Modified finp_ins_roll_ftci Procedure as a part of audit and special fees build.
53: pathipat 11-Sep-2003 Enh 3108052 - Add Unit Sets to Rate Table
54: Modified finp_ins_roll_far() - TBH call igs_fi_fee_as_rate_pkg modified

Line 112: raised. All the calls to IGS_GE_GEN_003.GENP_INS_LOG_ENTRY are commented out, now all

108: vchappid 17-Aug-2001 Ref: BugNo:1802900, A global X_ROWID has been defined in the package which is passed
109: into the INSERT_ROW TBH calls. This has been removed and variable l_rowid local to the
110: procedures is passed into the TBH calls. Explicit ROLLBACK is added in the outer most
111: procedure since Concurrent Manager is COMMITTING data though unhandled exception is
112: raised. All the calls to IGS_GE_GEN_003.GENP_INS_LOG_ENTRY are commented out, now all
113: comments are logged into the log file
114: sykrishn 29november2001 Removed the procedure finp_ins_roll_fe and its calls - as part of obseletion in bug 2126091.
115:
116: ******************************************************************/

Line 386: igs_ge_gen_003.set_org_id(p_org_id);

382: p_dest_sequence_number igs_ca_inst.sequence_number%TYPE;
383: BEGIN
384: --Block for Parameter Validation/Splitting of Parameters
385:
386: igs_ge_gen_003.set_org_id(p_org_id);
387:
388: retcode:=0;
389: BEGIN
390:

Line 711: l_n_org_id IGS_FI_F_TYP_CA_INST.ORG_ID%type := igs_ge_gen_003.get_org_id;

707: v_closed_ind IGS_FI_FEE_TYPE.closed_ind%TYPE;
708: v_sequence_number IGS_CA_INST.sequence_number%TYPE;
709: v_valid_dai BOOLEAN;
710: v_dummy IGS_CA_DA_INST.dt_alias%TYPE;
711: l_n_org_id IGS_FI_F_TYP_CA_INST.ORG_ID%type := igs_ge_gen_003.get_org_id;
712: l_rowid VARCHAR2(25);
713: l_b_records_found BOOLEAN;
714:
715:

Line 1747: l_n_org_id IGS_FI_F_CAT_FEE_LBL.ORG_ID%type := igs_ge_gen_003.get_org_id;

1743: v_fee_liability_status IGS_FI_F_CAT_FEE_LBL.fee_liability_status%TYPE;
1744: v_next_fcfl BOOLEAN;
1745: v_valid_dai BOOLEAN;
1746: v_dummy IGS_CA_DA_INST.dt_alias%TYPE;
1747: l_n_org_id IGS_FI_F_CAT_FEE_LBL.ORG_ID%type := igs_ge_gen_003.get_org_id;
1748: l_rowid VARCHAR2(25);
1749: CURSOR c_fcfl_fss IS
1750: SELECT fcfl.fee_type,
1751: fcfl.fee_liability_status,