[Home] [Help]
70:
71: Cursor csr_get_data_source_name
72: is
73: select data_source_code
74: from xdo_templates_b
75: where template_code = p_template_name
76: and application_short_name = 'PAY';
77:
78: /* End of Cursors */