DBA Data[Home] [Help]

APPS.PAY_PAYGTN_PKG dependencies on XDO_TEMPLATES_VL

Line 1017: FROM xdo_templates_vl

1013:
1014: -- Get template type
1015: CURSOR get_template_type(c_templ_code xdo_templates_tl.template_code%TYPE) IS
1016: SELECT template_type_code
1017: FROM xdo_templates_vl
1018: WHERE template_code = c_templ_code;
1019: --bug 6365474
1020: cursor csr_release is
1021: select to_number(substr(PRODUCT_VERSION,1,2))