DBA Data[Home] [Help]

APPS.HR_REPORTS dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 1520: fnd_descr_flex_col_usage_vl dfcu

1516: dfcu.column_seq_num order_col2,
1517: dfcu.application_column_name column_name,
1518: replace(dfcu.form_left_prompt,'''','''''') label
1519: from fnd_descr_flex_contexts dfc,
1520: fnd_descr_flex_col_usage_vl dfcu
1521: where dfc.descriptive_flexfield_name = p_desc_flex_name
1522: and dfc.application_id = p_application_id
1523: and dfc.global_flag = 'Y'
1524: and dfc.enabled_flag = 'Y'

Line 1536: fnd_descr_flex_col_usage_vl dfcu

1532: 1 order_col2,
1533: dfcu.application_column_name column_name,
1534: replace(dfcu.form_left_prompt,'''','''''') label
1535: from fnd_descr_flex_contexts dfc,
1536: fnd_descr_flex_col_usage_vl dfcu
1537: where dfc.descriptive_flexfield_name = p_desc_flex_name
1538: and dfc.application_id = p_application_id
1539: and dfc.global_flag = 'N'
1540: and dfc.enabled_flag = 'Y'

Line 1641: fnd_descr_flex_col_usage_vl dfcu

1637: replace(dfcu.form_left_prompt,'''','''''') label,
1638: 'Y' global_flag,
1639: dfc.descriptive_flex_context_code context
1640: from fnd_descr_flex_contexts dfc,
1641: fnd_descr_flex_col_usage_vl dfcu
1642: where dfc.descriptive_flexfield_name = p_desc_flex_name
1643: and dfc.application_id = p_application_id
1644: and dfc.global_flag = 'Y'
1645: and dfc.enabled_flag = 'Y'

Line 1660: fnd_descr_flex_col_usage_vl dfcu

1656: replace(dfcu.form_left_prompt,'''','''''') label,
1657: 'N' global_flag,
1658: dfc.descriptive_flex_context_code context
1659: from fnd_descr_flex_contexts dfc,
1660: fnd_descr_flex_col_usage_vl dfcu
1661: where dfc.descriptive_flexfield_name = p_desc_flex_name
1662: and dfc.application_id = p_application_id
1663: and dfc.global_flag = 'N'
1664: and dfc.enabled_flag = 'Y'

Line 1833: fnd_descr_flex_col_usage_vl dfcu

1829: dfcu.column_seq_num order_col2,
1830: dfcu.application_column_name column_name,
1831: replace(dfcu.form_left_prompt,'''','''''') label
1832: from fnd_descr_flex_contexts dfc,
1833: fnd_descr_flex_col_usage_vl dfcu
1834: where dfc.descriptive_flexfield_name = p_desc_flex_name
1835: and dfc.application_id = p_application_id
1836: and dfc.global_flag = 'Y'
1837: and dfc.enabled_flag = 'Y'

Line 1849: fnd_descr_flex_col_usage_vl dfcu

1845: dfcu.column_seq_num order_col2,
1846: dfcu.application_column_name column_name,
1847: replace(dfcu.form_left_prompt,'''','''''') label
1848: from fnd_descr_flex_contexts dfc,
1849: fnd_descr_flex_col_usage_vl dfcu
1850: where dfc.descriptive_flexfield_name = p_desc_flex_name
1851: and dfc.application_id = p_application_id
1852: and dfc.descriptive_flex_context_code = p_desc_flex_context
1853: and dfc.global_flag = 'N'