DBA Data[Home] [Help]

APPS.WSH_SHIPPING_PARAMS_PVT dependencies on XDO_TEMPLATES_VL

Line 1801: from xdo_templates_vl

1797: x_return_status OUT NOCOPY VARCHAR )is
1798:
1799: Cursor get_template_name_csr is
1800: select template_name
1801: from xdo_templates_vl
1802: where data_source_code = p_concprg_name
1803: and template_code = p_code_field;
1804:
1805: get_template_name_rec get_template_name_csr%ROWTYPE;