DBA Data[Home] [Help]

APPS.IGF_AW_LI_IMPORT dependencies on IGF_AW_AWD_DISB_PKG

Line 81: | Changed calll to igf_aw_awd_disb_pkg.update_row|

77: | sjadhav 19-Nov-2003 Bug 3160568 FA 125 Build. Added run routine |
78: | Added validations for EXT Award Import |
79: | Added validations for attendance_type_code |
80: | veramach 1-NOV-2003 FA 125 Multiple Distr Methods |
81: | Changed calll to igf_aw_awd_disb_pkg.update_row|
82: | to reflect the addition of attendance_type_code|
83: | brajendr 08-Oct-2003 Bug # 3116511 - Update the Auth Date |
84: | |
85: | sjalasut June 16,2003 Created as Part of Fa118.2 Legacy Import Build |

Line 1181: igf_aw_awd_disb_pkg.delete_row(c_get_disb_row_rec.row_id);

1177: FOR c_get_auth_row_rec IN c_get_auth_row(c_get_disb_row_rec.auth_id) LOOP
1178: igf_se_auth_pkg.delete_row(c_get_auth_row_rec.row_id);
1179: END LOOP;
1180: END IF;
1181: igf_aw_awd_disb_pkg.delete_row(c_get_disb_row_rec.row_id);
1182: END LOOP;
1183:
1184: -- bvisvana - Bug # 4635941 - Delete the Award History
1185: FOR award_hist_rec IN c_get_awd_hist LOOP

Line 1804: -- Changed calll to igf_aw_awd_disb_pkg.update_row to reflect the addition of attendance_type_code

1800: nsidana 11/28/2003 FA131 COD updates build. Added validations on two new feilds
1801: added to the legacy awards table and 1 feild in the legacy award
1802: disbursements table.
1803: --veramach 1-NOV-2003 FA 125 Multiple Distr Methods
1804: -- Changed calll to igf_aw_awd_disb_pkg.update_row to reflect the addition of attendance_type_code
1805: --rasahoo 25/Aug/2003 #3101894 Called procedure send_work_auth with parameter 'LEGACY'
1806: ***************************************************************/
1807: l_rowid VARCHAR2(25);
1808:

Line 1888: igf_aw_awd_disb_pkg.insert_row(

1884: l_hol_rel_ind := 'FALSE';
1885: END IF;
1886:
1887:
1888: igf_aw_awd_disb_pkg.insert_row(
1889: x_rowid => l_rowid,
1890: x_award_id => g_award_id,
1891: x_disb_num => cur_legacy_disb_int_rec.disbursement_num,
1892: x_tp_cal_type => c_tp_calseq_rec.cal_type,