DBA Data[Home] [Help]

APPS.JA_CN_SI_EXPORT_PROG dependencies on STANDARD

Line 100: || ' xsi:schemaLocation="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema '

96: -- export the header
97: -- here need to change
98: FND_FILE.put_line(FND_FILE.output,'');
99: lv_gl_element := '<' || Ja_Cn_Utility.Get_XML_Tag('SHARED_INFORMATION')
100: || ' xsi:schemaLocation="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema '
101: || Ja_Cn_Utility.Get_XML_Tag('SHARED_INFORMATION')
102: || '.xsd" xmlns:'
103: || Ja_Cn_Utility.Get_XML_Tag('SOE')
104: || '="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema"

Line 104: || '="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema"

100: || ' xsi:schemaLocation="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema '
101: || Ja_Cn_Utility.Get_XML_Tag('SHARED_INFORMATION')
102: || '.xsd" xmlns:'
103: || Ja_Cn_Utility.Get_XML_Tag('SOE')
104: || '="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema"
105: xmlns="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">';
106: FND_FILE.put_line(FND_FILE.output, lv_gl_element);
107:
108: -- call the procedures to export the reports seperately here begin

Line 105: xmlns="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">';

101: || Ja_Cn_Utility.Get_XML_Tag('SHARED_INFORMATION')
102: || '.xsd" xmlns:'
103: || Ja_Cn_Utility.Get_XML_Tag('SOE')
104: || '="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema"
105: xmlns="http://sxbw.audit.gov.cn/AccountingSoftwareDataInterfaceStandard/2010/SOE/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">';
106: FND_FILE.put_line(FND_FILE.output, lv_gl_element);
107:
108: -- call the procedures to export the reports seperately here begin
109: Ja_Cn_Utility.Print_Concurrent_Steps_For_Log( pv_step_number => '2.1'