DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on POR_TEMPLATES_V

Line 3097: FROM POR_TEMPLATES_V PTV,

3093:
3094: --Check validity of the information template corresponding to the old line, insert only if its still valid
3095: --The information template must be existing and enabled.
3096: SELECT COUNT(*) INTO l_info_templ_count
3097: FROM POR_TEMPLATES_V PTV,
3098: POR_TEMPLATE_ATTRIBUTES_B PTAB
3099: WHERE PTV.TEMPLATE_CODE = PTAB.TEMPLATE_CODE
3100: AND PTAB.ATTRIBUTE_CODE = l_attribute_code (i)
3101: AND PTAB.NODE_DISPLAY_FLAG = 'Y'