DBA Data[Home] [Help]

APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_FI_BILL_PKG

Line 20: -- IGS_FI_INV_INT_PKG, IGS_FI_CR_ACTIVITIES_PKG, IGS_FI_BILL_PKG.

16: -- In PROCEDURE bill_the_person, added new cursor cur_fee_type and added fee_class_meaning
17: -- incase of Sponsor system fee type.
18: --uudayapr 28-Jun-2005 Bug 2767636 Modified the bill_the_person procedure.
19: --svuppala 11-Mar-2005 Bug 4240402 Timezone impact; truncating the time part in calling place of the table handlers
20: -- IGS_FI_INV_INT_PKG, IGS_FI_CR_ACTIVITIES_PKG, IGS_FI_BILL_PKG.
21: -- Modified the sysdate entries as Trunc(Sysdate).
22: --pathipat 21-Jul-2004 Bug 3778782 - Modified procedure billing_extract() and bill_the_person()
23: --pathipat 06-May-2004 Bug# 3578249 - Modified procedure billing_extract()
24: --vvutukur 23-Jan-2004 Bug#3348787.Modified procedure billing_extract.

Line 875: -- Bug#2564643 Removed the subaccount_id from call to igs_fi_bill_pkg.insert_row

871: ELSE
872: l_to_pay_amount:=NULL;
873: END IF;
874:
875: -- Bug#2564643 Removed the subaccount_id from call to igs_fi_bill_pkg.insert_row
876: -- 9. Insert the data in the Billing Tables.
877: --
878: -- Insert the Bill Information.
879: -- -- Modified bill_date entry as Trunc(Sysdate) as part of Bug 4240402: Timezone impact

Line 882: igs_fi_bill_pkg.insert_row (

878: -- Insert the Bill Information.
879: -- -- Modified bill_date entry as Trunc(Sysdate) as part of Bug 4240402: Timezone impact
880:
881: l_r_bill_row_id := NULL;
882: igs_fi_bill_pkg.insert_row (
883: x_rowid => l_r_bill_row_id,
884: x_bill_id => l_n_bill_id_seq,
885: x_bill_number => NULL,
886: x_bill_date => TRUNC(SYSDATE),