DBA Data[Home] [Help]

APPS.IGF_SP_ASSIGN_PUB dependencies on IGF_SP_STDNT_REL_PKG

Line 13: in the igf_sp_stdnt_rel_pkg.insert_row call in create_stdnt_spnsr_rel procedure.

9:
10: Change History
11: Who When What
12: svuppala 12-May-2006 Bug 5217319 Added call to format amount by rounding off to currency precision
13: in the igf_sp_stdnt_rel_pkg.insert_row call in create_stdnt_spnsr_rel procedure.
14: vvutukur 20-Jul-2003 Enh#3038511.FICR106 Build. Modified procedure create_stdnt_spnsr_rel.
15: pathipat 24-Apr-2003 Enh 2831569 - Commercial Receivables build
16: Modified create_stdnt_spnsr_rel() - added call to chk_manage_account()
17: ******************************************************************************/

Line 396: in the igf_sp_stdnt_rel_pkg.insert_row call

392: Change History
393:
394: Who When What
395: svuppala 12-May-2006 Bug 5217319 Added call to format amount by rounding off to currency precision
396: in the igf_sp_stdnt_rel_pkg.insert_row call
397: vvutukur 20-Jul-2003 Enh#3038511.FICR106 Build. Added call to generic procedure
398: igs_fi_crdapi_util.get_award_year_status to validate Award Year Status.
399: pathipat 24-Apr-2003 Enh 2831569 - Commercial Receivables build
400: Added check for manage_accounts - call to chk_manage_account()

Line 673: igf_sp_stdnt_rel_pkg.insert_row (x_rowid => l_rowid,

669: END IF;
670: ELSE
671: -- If there is no relation then a new Sponsor-Student relation should be created.
672: -- Bug 5217319 Added call to format amount by rounding off to currency precision
673: igf_sp_stdnt_rel_pkg.insert_row (x_rowid => l_rowid,
674: x_spnsr_stdnt_id=> l_n_spr_stdnt_id,
675: x_fund_id => l_n_fund_id ,
676: x_base_id=> l_n_base_id,
677: x_person_id=> NVL(p_person_id, l_n_person_id),