{"id":20830,"date":"2020-09-16T18:11:09","date_gmt":"2020-09-16T21:11:09","guid":{"rendered":"https:\/\/orabr.com\/?p=20830"},"modified":"2020-09-16T18:13:58","modified_gmt":"2020-09-16T21:13:58","slug":"oracle-ebs-apps-consultar-flex-field-via-banco","status":"publish","type":"post","link":"https:\/\/orabr.virttus.com\/?p=20830","title":{"rendered":"Oracle EBS\/APPS CONSULTAR FLEX FIELD VIA BANCO"},"content":{"rendered":"<HTML>\n<pre class=\"wp-block-code\"><code>\n\n\n\nSELECT \/*fat.application_name\n       , fdfv.title\n       , fdfcv.descriptive_flex_context_code context\n       , fdfcuv.column_seq_num num\n       , fdfcuv.end_user_column_name name\n       , fdfcuv.application_column_name column_\n       , ffvs.flex_value_set_name value_set\n       , ffvs.description value_set_description\n       , fdfcuv.required_flag\n       , fdfcuv.display_flag\n       , fdfcuv.enabled_flag\n       , fdfcuv.security_enabled_flag\n       , fdfcuv.default_valu*\/\n       *\n    FROM apps.fnd_descriptive_flexs_vl fdfv\n       , applsys.fnd_application_tl fat\n       , apps.fnd_descr_flex_contexts_vl fdfcv\n       , apps.fnd_descr_flex_col_usage_vl fdfcuv\n       , applsys.fnd_flex_value_sets ffvs\n   WHERE fdfv.application_id = fat.application_id\n     AND fdfcv.descriptive_flexfield_name = fdfv.descriptive_flexfield_name\n     AND fdfcv.descriptive_flexfield_name = fdfcuv.descriptive_flexfield_name\n     AND fdfcv.descriptive_flex_context_code = fdfcuv.descriptive_flex_context_code\n     AND fdfcuv.flex_value_set_id = ffvs.flex_value_set_id(+)\n     AND fdfv.title like '%NomeDoFDD%'\nORDER BY fat.application_name\n       , fdfv.title\n       , fdfcv.descriptive_flex_context_code\n       , fdfcuv.column_seq_num;\n\n\n<\/code><\/pre>\n<\/HTML>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29],"tags":[],"class_list":["post-20830","post","type-post","status-publish","format-standard","hentry","category-base-de-conhecimentos"],"_links":{"self":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/20830","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=20830"}],"version-history":[{"count":2,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/20830\/revisions"}],"predecessor-version":[{"id":20832,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/20830\/revisions\/20832"}],"wp:attachment":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=20830"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=20830"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=20830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}