DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on POR_TEMPLATES_V

Line 3466: FROM POR_TEMPLATES_V PTV,

3462:
3463: --Check validity of the information template corresponding to the old line, insert only if its still valid
3464: --The information template must be existing and enabled.
3465: SELECT COUNT(*) INTO l_info_templ_count
3466: FROM POR_TEMPLATES_V PTV,
3467: POR_TEMPLATE_ATTRIBUTES_B PTAB
3468: WHERE PTV.TEMPLATE_CODE = PTAB.TEMPLATE_CODE
3469: AND PTAB.ATTRIBUTE_CODE = l_attribute_code (i)
3470: AND PTAB.NODE_DISPLAY_FLAG = 'Y'