DBA Data[Home] [Help]

APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_FI_BILL_PLN_CRD_PKG

Line 296: -- igf_aw_fund_mast MO view. Also the insert row call to IGS_FI_BILL_PLN_CRD_PKG modified

292: --vchappid 13-Jun-2002 Bug#2411529, Incorrectly used message name has been modified
293: --vchappid 06-Jun-2002 Bug# 2349394, incase the fund code is sponsor then credit type description is passed else the
294: -- bill description from the fund master is passed
295: --smadathi 31-May-2002 Bug 2349394. Cursor cur_planned_crd modified to select the column bill_desc from
296: -- igf_aw_fund_mast MO view. Also the insert row call to IGS_FI_BILL_PLN_CRD_PKG modified
297: -- to add new column bill_desc.
298: --vchappid 29-Apr-2002 Bug# 2347609, Changed the cursor 'cur_remitt_addr' which is having additional where clause
299: -- removed clause 'person_id = p_n_person_id'
300: -- Bug# 2337820, removed the correspondance flag reference in the cursors 'cur_bill_to_addr',

Line 1013: igs_fi_bill_pln_crd_pkg.insert_row(

1009: l_bill_desc := l_cur_planned_crd.bill_desc;
1010: END IF;
1011:
1012: l_pln_crd_rowid := NULL;
1013: igs_fi_bill_pln_crd_pkg.insert_row(
1014: x_rowid => l_pln_crd_rowid,
1015: x_bill_id => l_n_bill_id_seq,
1016: x_award_id => l_cur_planned_crd.award_id,
1017: x_disb_num => l_cur_planned_crd.disb_num,