DBA Data[Home] [Help]

APPS.PSB_HR_EXTRACT_DATA_PVT dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 3619: from fnd_descr_flex_contexts_vl fcon,fnd_descr_flex_column_usages fcol

3615: Cursor C_dff_22 is
3616: Select fcon.descriptive_flex_context_code,
3617: fcol.application_column_name,
3618: fcol.flex_value_set_id
3619: from fnd_descr_flex_contexts_vl fcon,fnd_descr_flex_column_usages fcol
3620: where fcon.application_id = fcol.application_id
3621: and fcon.descriptive_flexfield_name = l_definition_structure
3622: and fcon.descriptive_flex_context_code = l_definition_table
3623: and fcon.descriptive_flexfield_name = fcol.descriptive_flexfield_name

Line 4618: from fnd_descr_flex_contexts_vl fcon,fnd_descr_flex_column_usages fcol

4614: where descriptive_flexfield_name = l_definition_structure;
4615:
4616: Cursor C_dff_44 is
4617: Select fcol.application_column_name
4618: from fnd_descr_flex_contexts_vl fcon,fnd_descr_flex_column_usages fcol
4619: where fcon.application_id = fcol.application_id
4620: and fcon.descriptive_flexfield_name = l_definition_structure
4621: and fcon.descriptive_flex_context_code = l_definition_table
4622: and fcon.descriptive_flexfield_name = fcol.descriptive_flexfield_name

Line 7179: from fnd_descr_flex_contexts_vl fcon,fnd_descr_flex_column_usages fcol

7175: where descriptive_flexfield_name = p_definition_structure;
7176:
7177: Cursor C_dff_col is
7178: Select fcol.application_column_name
7179: from fnd_descr_flex_contexts_vl fcon,fnd_descr_flex_column_usages fcol
7180: where fcon.application_id = fcol.application_id
7181: and fcon.descriptive_flexfield_name = p_definition_structure
7182: and fcon.descriptive_flex_context_code = p_definition_table
7183: and fcon.descriptive_flexfield_name = fcol.descriptive_flexfield_name