DBA Data[Home] [Help]

APPS.IGF_AW_GEN dependencies on IGF_AW_FUND_MAST_ALL

Line 19: -- columns to igf_aw_fund_mast_all.

15: -- cancelled.
16: --------------------------------------------------------------------------------------
17: -- museshad 14-Jul-2005 Build FA 140.
18: -- Modified TBH call due to the addition of new
19: -- columns to igf_aw_fund_mast_all.
20: --------------------------------------------------------------------------------------
21: -- mnade 6/6/2005 FA 157 - 4382371 - Added
22: -- get_notification_status update_notification_status
23: -- update_awd_notification_status get_concurrent_prog_name

Line 45: -- Impact of obsoleting columns from igf_aw_fund_mast_all table

41: -- Eligible for Additional Unsubsidized Loans
42: --------------------------------------------------------------------------------------
43: -- ayedubat 12-OCT-2004 Changed the update_disb procedure for FA 149 build bug # 3416863
44: -- veramach July 2004 FA 151 HR Integration (bug # 3709292)
45: -- Impact of obsoleting columns from igf_aw_fund_mast_all table
46: --------------------------------------------------------------------------------------
47: -- sjadhav 10-Dec-2003 FA 131 Changes
48: -- De-link auto update of Pell Disbursement and Pell
49: -- origination amounts

Line 1105: || columns to igf_aw_fund_mast_all table.

1101: || always remains at 0 and it is not used anywhere.
1102: ||
1103: || museshad 14-Jul-2005 Build FA 140.
1104: || Modified TBH call due to the addition of new
1105: || columns to igf_aw_fund_mast_all table.
1106: ||
1107: || smvk 10_feb_2003 Bug # 2758812. Added send_without_doc column in the igf_aw_fund_mast_pkg.update_row call.
1108: ||
1109: || brajendr 19-Dec-2002 Bug # 2708599

Line 1513: igf_aw_fund_mast_all fmast,

1509: IS
1510: SELECT
1511: cat.fed_fund_code
1512: FROM
1513: igf_aw_fund_mast_all fmast,
1514: igf_aw_fund_cat_all cat
1515: WHERE
1516: fmast.fund_id = c_fund_id AND
1517: fmast.fund_code = cat.fund_code;