DBA Data[Home] [Help]

APPS.XLA_JELINES_RPT_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 2389: l_display_flag fnd_id_flex_segments.display_flag%TYPE;

2385:
2386: l_ledgers VARCHAR2(1000);
2387:
2388: --bug#7834671
2389: l_display_flag fnd_id_flex_segments.display_flag%TYPE;
2390:
2391: CURSOR C_SEG_DISP_REQ_CHECK(
2392: p_application_id INTEGER,
2393: p_id_flex_code VARCHAR2,

Line 2399: FROM fnd_id_flex_segments fid

2395: p_segment_code VARCHAR2
2396: )
2397: IS
2398: SELECT display_flag
2399: FROM fnd_id_flex_segments fid
2400: WHERE application_id = p_application_id
2401: AND id_flex_code = p_id_flex_code
2402: AND id_flex_num = p_id_flex_num
2403: AND application_column_name = p_segment_code;