DBA Data[Home] [Help]

APPS.EGO_TA_BULKLOAD_PVT dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 1710: FROM fnd_descr_flex_column_usages fdfcu,

1706: UPDATE EGO_TRANS_ATTRS_VERS_INTF ETAVT
1707: SET (attr_id/*,attr_display_name,sequence*/) = ( SELECT attr_id/*,attr_display_name,sequence*/
1708: FROM ego_trans_attr_vers_b
1709: WHERE attr_id IN ( SELECT efdcue.attr_id
1710: FROM fnd_descr_flex_column_usages fdfcu,
1711: ego_fnd_df_col_usgs_ext efdcue
1712: WHERE fdfcu.application_id = efdcue.application_id
1713: AND fdfcu.descriptive_flexfield_name = efdcue.descriptive_flexfield_name
1714: AND fdfcu.descriptive_flex_context_code = efdcue.descriptive_flex_context_code

Line 2089: FROM fnd_descr_flex_column_usages fdfcu,

2085: BEGIN
2086: SELECT attr_id INTO p_ta_intf_tbl(i).attr_id
2087: FROM EGO_TRANS_ATTR_VERS_B
2088: WHERE attr_id IN ( SELECT efdcue.attr_id
2089: FROM fnd_descr_flex_column_usages fdfcu,
2090: ego_fnd_df_col_usgs_ext efdcue
2091: WHERE fdfcu.application_id = efdcue.application_id
2092: AND fdfcu.descriptive_flexfield_name = efdcue.descriptive_flexfield_name
2093: AND fdfcu.descriptive_flex_context_code = efdcue.descriptive_flex_context_code

Line 2617: fnd_descr_flex_column_usages flex_col

2613: SELECT ta.attr_id,
2614: ta.association_id
2615: FROM ego_trans_attr_vers_b ta,
2616: ego_fnd_df_col_usgs_ext attr ,
2617: fnd_descr_flex_column_usages flex_col
2618: WHERE 1=1
2619: AND ta.metadata_level = 'ICC'
2620: AND ta.item_catalog_group_id = c_item_catalog_group_id
2621: AND ta.icc_version_number = c_latest_ver