DBA Data[Home] [Help]

APPS.PQH_TCT_WIZARD_PKG dependencies on PQH_ATTRIBUTE_RANGES_V3

Line 2811: from pqh_attribute_ranges_v3

2807: and nvl(default_flag,'N') = 'Y';
2808: --
2809: Cursor csr_def_approvers (p_routing_category_id in number) is
2810: Select null
2811: from pqh_attribute_ranges_v3
2812: Where routing_category_id = p_routing_category_id
2813: and nvl(approver_flag,'N') = 'Y'
2814: and nvl(enable_flag,'Y') = 'Y';
2815: --