DBA Data[Home] [Help]

APPS.AMW_UTILITY_PVT dependencies on XDO_TEMPLATES_B

Line 1958: from xdo_templates_b

1954:
1955: BEGIN
1956:
1957: select data_source_code into l_data_source_code
1958: from xdo_templates_b
1959: where template_code = p_template_code
1960: and application_short_name = 'AMW';
1961:
1962: /* 03-APR-2007 rjohnson 5686374 start-2 */