DBA Data[Home] [Help]

APPS.IGI_ITR_ACCT_GENERATOR_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 415: FROM fnd_id_flex_segments

411:
412: -- find the number of segments defined for this chart of accounts
413: SELECT count(*)
414: INTO l_no_of_segs
415: FROM fnd_id_flex_segments
416: WHERE application_id = 101
417: AND id_flex_code = 'GL#'
418: AND id_flex_num = l_coa_id;
419:

Line 662: FROM fnd_id_flex_segments

658:
659: -- find the segment name for the segmenti
660: SELECT segment_name
661: INTO l_segmenti_name
662: FROM fnd_id_flex_segments
663: WHERE application_id = 101
664: AND id_flex_code = 'GL#'
665: AND id_flex_num = l_coa_id
666: AND application_column_name = l_segmenti_number;