DBA Data[Home] [Help]

APPS.IRC_IOF_BUS dependencies on XDO_TEMPLATES_B

Line 1370: from xdo_templates_b

1366: l_api_updating boolean;
1367: --
1368: cursor csr_template_id is
1369: select 1
1370: from xdo_templates_b
1371: where template_id = p_template_id
1372: and p_effective_date
1373: between start_date
1374: and nvl(end_date,p_effective_date);