DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on XDO_TEMPLATES_B

Line 4469: from xdo_templates_b xdo

4465:
4466: Declare
4467: cursor c is
4468: select xdo.template_id
4469: from xdo_templates_b xdo
4470: where xdo.template_code = P_xdo_template_name
4471: order by decode(xdo.application_id ,FND_GLOBAL.resp_appl_id,1,2)
4472: ;
4473: