DBA Data[Home] [Help]

APPS.PQH_TCT_WIZARD_PKG dependencies on PQH_ATTRIBUTE_RANGES_V3

Line 2790: from pqh_attribute_ranges_v3

2786: and nvl(default_flag,'N') = 'Y';
2787: --
2788: Cursor csr_def_approvers (p_routing_category_id in number) is
2789: Select null
2790: from pqh_attribute_ranges_v3
2791: Where routing_category_id = p_routing_category_id
2792: and nvl(approver_flag,'N') = 'Y'
2793: and nvl(enable_flag,'Y') = 'Y';
2794: --