DBA Data[Home] [Help]

APPS.XLA_CMP_DESCRIPTION_PKG dependencies on XLA_PROD_ACCT_HEADERS

Line 804: FROM xla_prod_acct_headers xpah

800: SELECT
801: xpah.description_code
802: , xpah.description_type_code
803: , REPLACE( xdtl.name , '''','''''')
804: FROM xla_prod_acct_headers xpah
805: , xla_descriptions_tl xdtl
806: , xla_descriptions_b xdb
807: , xla_aad_line_defn_assgns xald
808: , xla_line_definitions_b xld

Line 850: , xla_prod_acct_headers xpah

846: , xldj.description_type_code
847: , REPLACE(xdtl.name , '''','''''')
848: FROM xla_aad_line_defn_assgns xald
849: , xla_line_defn_jlt_assgns xldj
850: , xla_prod_acct_headers xpah
851: , xla_descriptions_tl xdtl
852: , xla_descriptions_b xdb
853: , xla_line_definitions_b xld
854: WHERE xpah.application_id = p_application_id

Line 905: FROM xla_prod_acct_headers xpah

901: SELECT
902: xldj.mpa_header_desc_code
903: , xldj.mpa_header_desc_type_code
904: , REPLACE(xdtl.name , '''','''''')
905: FROM xla_prod_acct_headers xpah
906: , xla_aad_line_defn_assgns xald
907: , xla_line_defn_jlt_assgns xldj
908: , xla_descriptions_tl xdtl
909: , xla_descriptions_b xdb

Line 961: FROM xla_prod_acct_headers xpah

957: SELECT
958: xmja.description_code
959: , xmja.description_type_code
960: , REPLACE(xdtl.name , '''','''''')
961: FROM xla_prod_acct_headers xpah
962: , xla_aad_line_defn_assgns xald
963: , xla_mpa_jlt_assgns xmja
964: , xla_line_defn_jlt_assgns xldj
965: , xla_descriptions_tl xdtl