DBA Data[Home] [Help]

APPS.IGS_AD_SS_GEN_001 dependencies on IGS_AD_SS_APPL_FEE_PKG

Line 1728: IGS_AD_SS_APPL_FEE_PKG.get_appl_type_fee_details(

1724: x_message_data := NULL;
1725: x_return_status := 'N';
1726:
1727:
1728: IGS_AD_SS_APPL_FEE_PKG.get_appl_type_fee_details(
1729: p_person_id =>p_person_id,
1730: p_admission_appl_number =>p_adm_appl_num,
1731: appl_fee_amt =>l_fee_amount,
1732: revenue_acct_code =>l_revenue_acct_code,

Line 1930: l_debug_str := 'Beofore IGS_AD_SS_APPL_FEE_PKG.check_update_aeps_acs';

1926: BEGIN
1927:
1928: IF fnd_log.test(fnd_log.level_statement,l_prog_label) THEN
1929: l_label := 'igs.plsql.igs_ad_ss_gen_001.Process_OneStop.Before_check_update_aeps_acs';
1930: l_debug_str := 'Beofore IGS_AD_SS_APPL_FEE_PKG.check_update_aeps_acs';
1931: fnd_log.string_with_context( fnd_log.level_statement,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,null);
1932: END IF;
1933:
1934: IGS_AD_SS_APPL_FEE_PKG.check_update_aeps_acs(p_person_id,

Line 1934: IGS_AD_SS_APPL_FEE_PKG.check_update_aeps_acs(p_person_id,

1930: l_debug_str := 'Beofore IGS_AD_SS_APPL_FEE_PKG.check_update_aeps_acs';
1931: fnd_log.string_with_context( fnd_log.level_statement,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,null);
1932: END IF;
1933:
1934: IGS_AD_SS_APPL_FEE_PKG.check_update_aeps_acs(p_person_id,
1935: p_admission_appl_number,
1936: c_course_rec.nominated_course_cd,
1937: c_course_rec.sequence_number,
1938: l_return_status,

Line 1998: IGS_AD_SS_APPL_FEE_PKG.check_offer_update(p_person_id,

1994: ELSIF l_return_status = 'S' THEN
1995: -- check if an offer can be made for the application
1996: -- If Yes, then update the offer status to 'OFFER'
1997:
1998: IGS_AD_SS_APPL_FEE_PKG.check_offer_update(p_person_id,
1999: p_admission_appl_number,
2000: c_course_rec.nominated_course_cd,
2001: c_course_rec.sequence_number,
2002: l_return_status,

Line 2132: smadathi 26-Nov-2002 Enh#2584986. Passed system date to parameter gl_date in the call to igs_ad_ss_appl_fee_pkg.upd_fee_details

2128: Change History
2129: Who When What
2130: pathipat 17-Jun-2003 Enh 2831587 Credit Card Fund Transfer build
2131: Added new parameter p_credit_card_tangible_cd
2132: smadathi 26-Nov-2002 Enh#2584986. Passed system date to parameter gl_date in the call to igs_ad_ss_appl_fee_pkg.upd_fee_details
2133: vvutukur 26-Nov-2002 Enh#2584986.Added 9 new parameters to this procedure(attributing to credit card details, Accounting information and the GL_DATE) as part of GL Interface Build.Passed sysdate
2134: if gl_date parameter is null in the call to igs_ad_ss_appl_fee_pkg.upd_fee_details.
2135: schodava 24-Jul-2002 Bug # 2467918
2136: Application fee cannot be submitted

Line 2134: if gl_date parameter is null in the call to igs_ad_ss_appl_fee_pkg.upd_fee_details.

2130: pathipat 17-Jun-2003 Enh 2831587 Credit Card Fund Transfer build
2131: Added new parameter p_credit_card_tangible_cd
2132: smadathi 26-Nov-2002 Enh#2584986. Passed system date to parameter gl_date in the call to igs_ad_ss_appl_fee_pkg.upd_fee_details
2133: vvutukur 26-Nov-2002 Enh#2584986.Added 9 new parameters to this procedure(attributing to credit card details, Accounting information and the GL_DATE) as part of GL Interface Build.Passed sysdate
2134: if gl_date parameter is null in the call to igs_ad_ss_appl_fee_pkg.upd_fee_details.
2135: schodava 24-Jul-2002 Bug # 2467918
2136: Application fee cannot be submitted
2137: knag 28-Oct-2002 Called func igs_ad_gen_003.get_core_or_optional_unit for bug 2647482
2138: ******************************************************************/

Line 2180: igs_ad_ss_appl_fee_pkg.upd_fee_details(p_person_id => p_person_id,

2176: BEGIN
2177: l_return_status := 'E';
2178: x_return_status := 'E';
2179:
2180: igs_ad_ss_appl_fee_pkg.upd_fee_details(p_person_id => p_person_id,
2181: p_admission_appl_number => p_admission_appl_number,
2182: p_app_fee_amt => p_app_fee_amt,
2183: p_authorization_number => p_authorization_number,
2184: p_sys_fee_status => 'PAID',

Line 2203: -- igs_ad_ss_appl_fee_pkg.upd_fee_details returned a success.

2199: p_cash_account_cd => p_cash_account_cd,
2200: p_credit_card_tangible_cd => p_credit_card_tangible_cd);
2201: -- For an application type other than 'One stop',
2202: -- this procedure returned a status of 'E', even if the above call to
2203: -- igs_ad_ss_appl_fee_pkg.upd_fee_details returned a success.
2204: -- This is corrected by equating the return status and message returned by the above
2205: -- call to the out NOCOPY variables x_return_status and x_msg_data
2206:
2207: x_return_status := l_return_status;

Line 2243: IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update(p_person_id,

2239: FETCH c_course
2240: INTO c_course_rec;
2241: EXIT WHEN c_course%NOTFOUND;
2242: BEGIN
2243: IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update(p_person_id,
2244: p_admission_appl_number,
2245: c_course_rec.nominated_course_cd,
2246: c_course_rec.sequence_number,
2247: l_return_status,

Line 2384: FND_LOG.STRING(fnd_log.level_Statement, 'igs.patch.115.sql.igs_ad_ss_gen_001.Process_OneStop2 :', 'Before IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update');

2380: INTO c_course_rec;
2381: EXIT WHEN c_course%NOTFOUND;
2382: BEGIN
2383: IF (FND_LOG.LEVEL_STATEMENT>= g_debug_level ) THEN
2384: FND_LOG.STRING(fnd_log.level_Statement, 'igs.patch.115.sql.igs_ad_ss_gen_001.Process_OneStop2 :', 'Before IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update');
2385: END IF;
2386: IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update(p_person_id,
2387: p_admission_appl_number,
2388: c_course_rec.nominated_course_cd,

Line 2386: IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update(p_person_id,

2382: BEGIN
2383: IF (FND_LOG.LEVEL_STATEMENT>= g_debug_level ) THEN
2384: FND_LOG.STRING(fnd_log.level_Statement, 'igs.patch.115.sql.igs_ad_ss_gen_001.Process_OneStop2 :', 'Before IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update');
2385: END IF;
2386: IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update(p_person_id,
2387: p_admission_appl_number,
2388: c_course_rec.nominated_course_cd,
2389: c_course_rec.sequence_number,
2390: l_return_status,

Line 2397: l_debug_str := 'After IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update: l_return_status' || l_return_status;

2393:
2394:
2395: IF fnd_log.test(fnd_log.level_statement,l_prog_label) THEN
2396: l_label := 'igs.plsql.igs_ad_ss_gen_001.Process_OneStop2.after_check_offer_resp_update_ret_Stat';
2397: l_debug_str := 'After IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update: l_return_status' || l_return_status;
2398: fnd_log.string_with_context( fnd_log.level_statement,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,null);
2399:
2400: l_label := 'igs.plsql.igs_ad_ss_gen_001.Process_OneStop2.after_check_offer_resp_update_msg_data';
2401: l_debug_str := 'After IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update: l_msg_data' || l_msg_data;

Line 2401: l_debug_str := 'After IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update: l_msg_data' || l_msg_data;

2397: l_debug_str := 'After IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update: l_return_status' || l_return_status;
2398: fnd_log.string_with_context( fnd_log.level_statement,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,null);
2399:
2400: l_label := 'igs.plsql.igs_ad_ss_gen_001.Process_OneStop2.after_check_offer_resp_update_msg_data';
2401: l_debug_str := 'After IGS_AD_SS_APPL_FEE_PKG.check_offer_resp_update: l_msg_data' || l_msg_data;
2402: fnd_log.string_with_context( fnd_log.level_statement,l_label,l_debug_str, NULL,NULL,NULL,NULL,NULL,null);
2403:
2404: END IF;
2405: