DBA Data[Home] [Help]

APPS.HR_REPORTS dependencies on FND_DESCRIPTIVE_FLEXS_VL

Line 1385: from FND_DESCRIPTIVE_FLEXS_VL

1381: --
1382: begin
1383: select CONCATENATED_SEGMENT_DELIMITER
1384: into l_seg_sep
1385: from FND_DESCRIPTIVE_FLEXS_VL
1386: where DESCRIPTIVE_FLEXFIELD_NAME = P_TITLE;
1387: exception
1388: when NO_DATA_FOUND then null;
1389: end;

Line 1564: from fnd_descriptive_flexs_vl df

1560: select df.concatenated_segment_delimiter,
1561: df.title
1562: into v_delimiter,
1563: v_title
1564: from fnd_descriptive_flexs_vl df
1565: where df.descriptive_flexfield_name = p_desc_flex_name
1566: and df.application_id = v_application_id;
1567: --
1568: for flex_col in csr_flex_columns(v_application_id,

Line 1695: from fnd_descriptive_flexs_vl df

1691: select df.concatenated_segment_delimiter,
1692: df.title
1693: into v_delimiter,
1694: v_title
1695: from fnd_descriptive_flexs_vl df
1696: where df.descriptive_flexfield_name = p_desc_flex_name
1697: and df.application_id = v_application_id;
1698: --
1699: for flex_col in csr_flex_columns(v_application_id,

Line 1879: from fnd_descriptive_flexs_vl df

1875: select df.concatenated_segment_delimiter,
1876: df.title
1877: into v_delimiter,
1878: v_title
1879: from fnd_descriptive_flexs_vl df
1880: where df.descriptive_flexfield_name = p_desc_flex_name
1881: and df.application_id = v_application_id;
1882: --
1883: if (p_aol_seperator_flag = false) then