DBA Data[Home] [Help]

APPS.IGS_FI_GEN_APINT dependencies on IGS_FI_GEN_007

Line 35: structure_number => igs_fi_gen_007.get_coa_id,

31: IF fnd_flex_keyval.validate_segs(
32: operation =>'CHECK_COMBINATION',
33: appl_short_name =>'SQLGL',
34: key_flex_code =>'GL#',
35: structure_number => igs_fi_gen_007.get_coa_id,
36: concat_segments => igs_fi_gen_007.get_ccid_concat(p_n_ccid),
37: vrule => l_v_rule_string) THEN
38: RETURN TRUE;
39: ELSE

Line 36: concat_segments => igs_fi_gen_007.get_ccid_concat(p_n_ccid),

32: operation =>'CHECK_COMBINATION',
33: appl_short_name =>'SQLGL',
34: key_flex_code =>'GL#',
35: structure_number => igs_fi_gen_007.get_coa_id,
36: concat_segments => igs_fi_gen_007.get_ccid_concat(p_n_ccid),
37: vrule => l_v_rule_string) THEN
38: RETURN TRUE;
39: ELSE
40: RETURN FALSE;

Line 176: AND av.id_flex_num = igs_fi_gen_007.get_coa_id

172: FROM fnd_segment_attribute_values av,
173: fnd_id_flex_segments fs
174: WHERE av.application_id = 101
175: AND av.id_flex_code = 'GL#'
176: AND av.id_flex_num = igs_fi_gen_007.get_coa_id
177: AND fs.application_id = av.application_id
178: AND fs.id_flex_code = av.id_flex_code
179: AND fs.id_flex_num = av.id_flex_num
180: AND fs.application_column_name = av.application_column_name

Line 212: structure_number => igs_fi_gen_007.get_coa_id,

208:
209: l_b_enabled := fnd_flex_keyval.validate_segs( operation => 'CHECK_SEGMENTS',
210: appl_short_name => 'SQLGL',
211: key_flex_code => 'GL#',
212: structure_number => igs_fi_gen_007.get_coa_id,
213: displayable => p_n_segment_num,
214: allow_nulls => TRUE,
215: vrule => 'GL_ACCOUNT\nGL_ACCOUNT_TYPE\nI\nAPPL=IGS;NAME=IGS_FI_ACC_REV\nR',
216: concat_segments => p_v_natural_acc_seg