DBA Data[Home] [Help]

APPS.PAY_PAYGTN_PKG dependencies on XDO_TEMPLATES_VL

Line 1008: FROM xdo_templates_vl

1004:
1005: -- Get template type
1006: CURSOR get_template_type(c_templ_code xdo_templates_tl.template_code%TYPE) IS
1007: SELECT template_type_code
1008: FROM xdo_templates_vl
1009: WHERE template_code = c_templ_code;
1010: --bug 6365474
1011: cursor csr_release is
1012: select to_number(substr(PRODUCT_VERSION,1,2))