DBA Data[Home] [Help]

APPS.FV_GTAS_TBAL_TRX_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 436: l_delimiter fnd_id_flex_structures.concatenated_segment_delimiter%TYPE;

432: p_sob_id IN NUMBER,
433: p_segs_where_clause OUT NOCOPY VARCHAR2) IS
434:
435: l_module VARCHAR2(200) := g_module||'BUILD_SEGS_WHERE_CLAUSE';
436: l_delimiter fnd_id_flex_structures.concatenated_segment_delimiter%TYPE;
437: l_coa_id NUMBER;
438: l_num_segs_low NUMBER;
439: l_num_segs_high NUMBER;
440: l_segs_low fnd_flex_ext.segmentarray;

Line 442: l_app_id fnd_id_flex_structures.application_id%TYPE := 101;

438: l_num_segs_low NUMBER;
439: l_num_segs_high NUMBER;
440: l_segs_low fnd_flex_ext.segmentarray;
441: l_segs_high fnd_flex_ext.segmentarray;
442: l_app_id fnd_id_flex_structures.application_id%TYPE := 101;
443: l_id_flex_code Fnd_Id_Flex_Structures.id_flex_code%TYPE := 'GL#';
444: i NUMBER := 1;
445: l_select VARCHAR2(1000);
446:

Line 443: l_id_flex_code Fnd_Id_Flex_Structures.id_flex_code%TYPE := 'GL#';

439: l_num_segs_high NUMBER;
440: l_segs_low fnd_flex_ext.segmentarray;
441: l_segs_high fnd_flex_ext.segmentarray;
442: l_app_id fnd_id_flex_structures.application_id%TYPE := 101;
443: l_id_flex_code Fnd_Id_Flex_Structures.id_flex_code%TYPE := 'GL#';
444: i NUMBER := 1;
445: l_select VARCHAR2(1000);
446:
447: CURSOR segments_cur IS