{"id":18472,"date":"2019-06-12T15:03:35","date_gmt":"2019-06-12T18:03:35","guid":{"rendered":"https:\/\/orabr.com\/?p=18472"},"modified":"2019-06-12T15:03:41","modified_gmt":"2019-06-12T18:03:41","slug":"oracle-r11-r12-query-para-descrever-segmentos-do-gl-coa","status":"publish","type":"post","link":"https:\/\/orabr.virttus.com\/?p=18472","title":{"rendered":"Oracle R11 R12 &#8211; Query para descrever segmentos do GL &#8211; COA"},"content":{"rendered":"<HTML><HTML>\n<pre class=\"wp-block-code\"><code>\nselect  distinct FIF.APPLICATION_ID  ,\n        FIF.ID_FLEX_CODE    ,\n        FIF.ID_FLEX_NAME    ,\n        FIF.APPLICATION_TABLE_NAME ,\n        FIF.DESCRIPTION     ,\n       -- FIFS.ID_FLEX_NUM    ,\n       -- FIFS.ID_FLEX_STRUCTURE_CODE  ,\n        FIFSE.SEGMENT_NAME,\n        FIFSE.SEGMENT_NUM\n       -- FIFSE.FLEX_VALUE_SET_ID\nfrom    FND_ID_FLEXS FIF    ,\n        FND_ID_FLEX_STRUCTURES FIFS ,\n        FND_ID_FLEX_SEGMENTS FIFSE\nwhere   FIF.APPLICATION_ID = FIFS.APPLICATION_ID\nand     FIF.ID_FLEX_CODE   = FIFS.ID_FLEX_CODE\nand     FIFSE.APPLICATION_ID = FIF.APPLICATION_ID\nand     FIFSE.ID_FLEX_CODE = FIF.ID_FLEX_CODE\nand     FIFSE.ID_FLEX_NUM = FIFS.ID_FLEX_NUM\nand     FIF.ID_FLEX_CODE LIKE 'GL#'\nand     FIF.ID_FLEX_NAME LIKE 'Accounting Flexfield'\norder by FIFSE.SEGMENT_NUM<\/code><\/pre>\n<\/HTML><\/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-18472","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\/18472","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=18472"}],"version-history":[{"count":1,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/18472\/revisions"}],"predecessor-version":[{"id":18473,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=\/wp\/v2\/posts\/18472\/revisions\/18473"}],"wp:attachment":[{"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=18472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/orabr.virttus.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=18472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}