DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on XDO_TEMPLATES_B

Line 4413: from xdo_templates_b xdo

4409:
4410: Declare
4411: cursor c is
4412: select xdo.template_id
4413: from xdo_templates_b xdo
4414: where xdo.template_code = P_xdo_template_name
4415: order by decode(xdo.application_id ,FND_GLOBAL.resp_appl_id,1,2)
4416: ;
4417: