DBA Data[Home] [Help]

APPS.BEN_EXT_XML_WRITE dependencies on BEN_XEL_BUS

Line 1690: ben_xel_bus.chk_xml_name_format

1686: end loop ;
1687: --- if the default element variable are not null
1688: --- validate the tags
1689: if l_dfn_defa_tag is not null then
1690: ben_xel_bus.chk_xml_name_format
1691: ( p_xml_tag_name => l_dfn_defa_tag
1692: ) ;
1693: end if ;
1694:

Line 1696: ben_xel_bus.chk_xml_name_format

1692: ) ;
1693: end if ;
1694:
1695: if l_file_defa_tag is not null then
1696: ben_xel_bus.chk_xml_name_format
1697: ( p_xml_tag_name => l_file_defa_tag
1698: ) ;
1699: end if ;
1700:

Line 1702: ben_xel_bus.chk_xml_name_format

1698: ) ;
1699: end if ;
1700:
1701: if l_rcd_defa_tag is not null then
1702: ben_xel_bus.chk_xml_name_format
1703: ( p_xml_tag_name => l_rcd_defa_tag
1704: ) ;
1705: end if ;
1706:

Line 1708: ben_xel_bus.chk_xml_name_format

1704: ) ;
1705: end if ;
1706:
1707: if l_rcdset_defa_tag is not null then
1708: ben_xel_bus.chk_xml_name_format
1709: ( p_xml_tag_name => l_rcdset_defa_tag
1710: ) ;
1711: end if ;
1712:

Line 1714: ben_xel_bus.chk_xml_name_format

1710: ) ;
1711: end if ;
1712:
1713: if l_elmt_defa_tag is not null then
1714: ben_xel_bus.chk_xml_name_format
1715: ( p_xml_tag_name => l_elmt_defa_tag
1716: ) ;
1717: end if ;
1718: