DBA Data[Home] [Help]

APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_FI_SS_CHARGES_API_PVT

Line 690: -- 2)call to IGS_FI_SS_CHARGES_API_PVT.create_charge.

686: -- vvutukur 27-Nov-2002 Enh#2584986.GL Interface Build. Removed the references to igs_fi_cur. Instead defaulted
687: -- the currency with the one that is set up in System Options Form. The same has been
688: -- used for the creation of the charge record.Passed exchange_rate always 1.
689: -- vvutukur 19-Sep-2002 Enh#2564643.Removed references to subaccount_id from 1)cursor c_ftci and
690: -- 2)call to IGS_FI_SS_CHARGES_API_PVT.create_charge.
691: -- kdande 28-Jun-2002 Bug# 2434054. Changed the cursor c_ftci to consider
692: -- only the Active Fee Type Calendar Instances.
693: -- smadathi 24-Jun-2002 Bug 2404720. CURSOR c_ftci select statement modified
694: -- to include DESCRIPTION column. The call to

Line 695: -- igs_fi_ss_charges_api_pvt.create_charge was modified

691: -- kdande 28-Jun-2002 Bug# 2434054. Changed the cursor c_ftci to consider
692: -- only the Active Fee Type Calendar Instances.
693: -- smadathi 24-Jun-2002 Bug 2404720. CURSOR c_ftci select statement modified
694: -- to include DESCRIPTION column. The call to
695: -- igs_fi_ss_charges_api_pvt.create_charge was modified
696: -- to pass this description value to the formal parameter
697: -- p_invoice_desc.
698: -- vvutukur 13-may-2002 Bug#2426560.Modified cursor c_ftci to select active
699: -- fee type of system fee type as Document.ie., included

Line 810: igs_fi_ss_charges_api_pvt.create_charge (

806: fnd_message.set_name ('IGS', l_v_message_name);
807: fnd_msg_pub.ADD;
808: RAISE fnd_api.g_exc_error;
809: END IF;
810: igs_fi_ss_charges_api_pvt.create_charge (
811: p_api_version => 2.0,
812: p_init_msg_list => fnd_api.g_false,
813: p_commit => fnd_api.g_false,
814: p_validation_level => fnd_api.g_valid_level_full,

Line 2566: igs_fi_ss_charges_api_pvt.create_charge (

2562: fnd_message.set_name ('IGS', l_v_message_name);
2563: fnd_msg_pub.ADD;
2564: RAISE fnd_api.g_exc_error;
2565: END IF;
2566: igs_fi_ss_charges_api_pvt.create_charge (
2567: p_api_version => 2.0,
2568: p_init_msg_list => fnd_api.g_false,
2569: p_commit => fnd_api.g_false,
2570: p_validation_level => fnd_api.g_valid_level_full,