DBA Data[Home] [Help]

APPS.IGS_HE_UCAS_TARIFF_PKG dependencies on IGS_GE_GEN_003

Line 600: x_org_id => igs_ge_gen_003.get_org_id );

596: x_Version_number => c_st_spa.version_number,
597: x_Qualification_level => c_exam_level.exam_level,
598: x_Number_of_qual => l_qual_count,
599: x_tariff_score => l_tariff_score,
600: x_org_id => igs_ge_gen_003.get_org_id );
601:
602: l_record_inserted := l_record_inserted + 1 ;
603:
604: Fnd_Message.Set_Name('IGS','IGS_HE_EXAM_LEVEL_TARIFF');

Line 680: x_org_id => igs_ge_gen_003.get_org_id,

676: x_qual_aim_subj1 => c_st_spa_for_update.qual_aim_subj1,
677: x_qual_aim_subj2 => c_st_spa_for_update.qual_aim_subj2,
678: x_qual_aim_subj3 => c_st_spa_for_update.qual_aim_subj3,
679: x_qual_aim_proportion => c_st_spa_for_update.qual_aim_proportion ,
680: x_org_id => igs_ge_gen_003.get_org_id,
681: x_dependants_cd => c_st_spa_for_update.dependants_cd ,
682: x_implied_fund_rate => c_st_spa_for_update.implied_fund_rate ,
683: x_gov_initiatives_cd => c_st_spa_for_update.gov_initiatives_cd ,
684: x_units_for_qual => c_st_spa_for_update.units_for_qual ,

Line 1371: IGS_GE_GEN_003.SET_ORG_ID;

1367:
1368: BEGIN
1369:
1370: --anwest 18-JAN-2006 Bug# 4950285 R12 Disable OSS Mandate
1371: IGS_GE_GEN_003.SET_ORG_ID;
1372:
1373: fnd_file.put_line(fnd_file.log, '-------------------------------------------------------');
1374: fnd_file.put_line(fnd_file.log, 'P_TARIFF_CALC_TYPE = ' || p_tariff_calc_type);
1375: fnd_file.put_line(fnd_file.log, 'P_CALCULATE_TARIFF = ' || p_calculate_tariff);