DBA Data[Home] [Help]

APPS.IGS_FI_PRC_ACCT_PKG dependencies on IGS_FI_GEN_GL

Line 43: l_v_null := igs_fi_gen_gl.get_lkp_meaning('IGS_FI_LOCKBOX','NULL_VALUE');

39: l_v_null igs_lookup_values.meaning%TYPE;
40: BEGIN
41:
42:
43: l_v_null := igs_fi_gen_gl.get_lkp_meaning('IGS_FI_LOCKBOX','NULL_VALUE');
44:
45: -- Loop through the Segment values of the Table and concatenate
46: -- the error string with values. If segment value is NULL then
47: -- concatenate the segment value as NULL delimeted by '-'.

Line 130: p_error_string := p_error_string||' '||igs_fi_gen_gl.get_lkp_meaning('IGS_FI_LOCKBOX','SEGMENT_VALUE')||' ';

126: combination_id => l_rev_gl_ccid) = FALSE) THEN
127:
128: --If the Passed Combination of Values is Invalid then ROLLBACK the Transaction and return.
129: p_error_string := fnd_flex_ext.get_message;
130: p_error_string := p_error_string||' '||igs_fi_gen_gl.get_lkp_meaning('IGS_FI_LOCKBOX','SEGMENT_VALUE')||' ';
131: concat_seg_values(p_error_string,p_return_status);
132: IF (p_return_status = FALSE) THEN
133: --When and Unhandled Exception Occurs in Concat_seg_values then Return with Type 1 Error
134: p_error_type := 1;