DBA Data[Home] [Help]

APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_WAV_DTLS_WF

Line 1949: p_v_string => ' Invoking igs_fi_wav_dtls_wf.raise_wavtrandtlstofa_event for given Person, Waiver and Fee Period');

1945:
1946: -- If 'Generate Notification to Financial Aid' is Yes, raise Workflow Event.
1947: IF NVL(l_v_notify_fa_flag,'N') = 'Y' THEN
1948: log_to_fnd(p_v_module => 'create_ss_waiver_transactions',
1949: p_v_string => ' Invoking igs_fi_wav_dtls_wf.raise_wavtrandtlstofa_event for given Person, Waiver and Fee Period');
1950: -- Invoke procedure to raise WF event
1951: igs_fi_wav_dtls_wf.raise_wavtrandtlstofa_event(p_n_person_id => p_n_person_id,
1952: p_v_waiver_name => p_v_waiver_name,
1953: p_c_fee_cal_type => p_v_fee_cal_type,

Line 1951: igs_fi_wav_dtls_wf.raise_wavtrandtlstofa_event(p_n_person_id => p_n_person_id,

1947: IF NVL(l_v_notify_fa_flag,'N') = 'Y' THEN
1948: log_to_fnd(p_v_module => 'create_ss_waiver_transactions',
1949: p_v_string => ' Invoking igs_fi_wav_dtls_wf.raise_wavtrandtlstofa_event for given Person, Waiver and Fee Period');
1950: -- Invoke procedure to raise WF event
1951: igs_fi_wav_dtls_wf.raise_wavtrandtlstofa_event(p_n_person_id => p_n_person_id,
1952: p_v_waiver_name => p_v_waiver_name,
1953: p_c_fee_cal_type => p_v_fee_cal_type,
1954: p_n_fee_ci_seq_number => p_n_fee_ci_seq_number,
1955: p_n_waiver_amount => p_n_waiver_amount);