DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_GE_GEN_003

Line 212: g_n_org_id CONSTANT igs_fi_fee_as_all.org_id%TYPE := igs_ge_gen_003.get_org_id;

208: -- Profile for determining whether Nominated or Derived values are used
209: g_v_att_profile CONSTANT fnd_lookup_values.lookup_code%TYPE := FND_PROFILE.VALUE('IGS_FI_NOM_DER_VALUES');
210: g_v_auto_calc_wav_prof CONSTANT VARCHAR2(30) := fnd_profile.VALUE('IGS_FI_AUTO_CALC_WAIVERS');
211:
212: g_n_org_id CONSTANT igs_fi_fee_as_all.org_id%TYPE := igs_ge_gen_003.get_org_id;
213:
214: -- Global variable to hold Currency Code - assigned a value in finp_ins_enr_fee_ass, cursor c_fi_control
215: g_v_currency_cd igs_fi_control_all.currency_cd%TYPE := NULL;
216:

Line 5946: l_n_org_id igs_fi_fee_As_all.ORG_ID%TYPE := igs_ge_gen_003.get_org_id;

5942: END IF;
5943:
5944: IF lv_as_record_ins THEN
5945: DECLARE
5946: l_n_org_id igs_fi_fee_As_all.ORG_ID%TYPE := igs_ge_gen_003.get_org_id;
5947:
5948: BEGIN
5949: log_to_fnd( p_v_module => 'finpl_ins_fee_ass',
5950: p_v_string => 'Trying to insert records..');