DBA Data[Home] [Help]

APPS.WSH_SHIPPING_PARAMS_PVT dependencies on XDO_TEMPLATES_VL

Line 1843: from xdo_templates_vl

1839: x_return_status OUT NOCOPY VARCHAR )is
1840:
1841: Cursor get_template_name_csr is
1842: select template_name
1843: from xdo_templates_vl
1844: where data_source_code = p_concprg_name
1845: and template_code = p_code_field;
1846:
1847: get_template_name_rec get_template_name_csr%ROWTYPE;