DBA Data[Home] [Help]

APPS.IRC_IOF_BUS dependencies on XDO_TEMPLATES_B

Line 1397: from xdo_templates_b

1393: l_api_updating boolean;
1394: --
1395: cursor csr_template_id is
1396: select 1
1397: from xdo_templates_b
1398: where template_id = p_template_id
1399: and p_effective_date
1400: between start_date
1401: and nvl(end_date,p_effective_date);