DBA Data[Home] [Help]

APPS.IGF_DB_SF_INTEGRATION dependencies on IGF_DB_AWD_DISB_DTL_PKG

Line 27: -- Changed the TBH calls of the packages: IGF_AW_AWD_DISB_PKG and IGF_DB_AWD_DISB_DTL_PKG

23: --ridas 08-Nov-2004 Bug 3021287 If the profile_value = 'TRANSFER'
24: -- then updating COA at the student level
25:
26: --ayedubat 14-OCT-04 FA 149 COD-XML Standards build bug # 3416863
27: -- Changed the TBH calls of the packages: IGF_AW_AWD_DISB_PKG and IGF_DB_AWD_DISB_DTL_PKG
28: --smadathi 01-JUL-2004 Bug 3735396. GSCC Warning File.Sql.35 was also fixed as part of this bug.
29: -- The variable g_chgadj global to this package body is modified as CONSTANT
30: -- variable. Modified procedure transfer_disb_dtls_to_sf,function validate_persid_grp,
31: -- procedure main_disbursement

Line 844: vvutukur 26-Feb-2003 Enh#2758823.FA117 Build. Modified the call to igf_db_awd_disb_dtl_pkg.update_row to pass TRUNC(SYSDATE)

840: appropriate values.
841: error description fields
842: shtatiko 26-MAR-2003 Bug# 2782124, Changed the logging of results from tabular format to
843: form layout.
844: vvutukur 26-Feb-2003 Enh#2758823.FA117 Build. Modified the call to igf_db_awd_disb_dtl_pkg.update_row to pass TRUNC(SYSDATE)
845: instead of SYSDATE for the parameter x_sf_status_date.
846: smadathi 31-dec-2002 Bug 2620359. Modified the cursor cur_person to fetch the person number
847: from igs_pe_person_base_v instead of the igs_pe_person. This is done
848: due to Non-Meargability and higher value of shared memory beyong the acceptable limit

Line 1286: igf_db_awd_disb_dtl_pkg.update_row( X_ROWID => l_rec_disb_dtl.rowid,

1282: OPEN cur_disb_dtl(p_rec_disb.award_id,p_rec_disb.disb_num,p_rec_disb.disb_seq_num);
1283: FETCH cur_disb_dtl INTO l_rec_disb_dtl;
1284: CLOSE cur_disb_dtl;
1285: BEGIN
1286: igf_db_awd_disb_dtl_pkg.update_row( X_ROWID => l_rec_disb_dtl.rowid,
1287: X_AWARD_ID => l_rec_disb_dtl.award_id,
1288: X_DISB_NUM => l_rec_disb_dtl.disb_num,
1289: X_DISB_SEQ_NUM => l_rec_disb_dtl.disb_seq_num,
1290: X_DISB_GROSS_AMT => l_rec_disb_dtl.disb_gross_amt,