DBA Data[Home] [Help]

APPS.PQH_TCT_WIZARD_PKG dependencies on PQH_ROUTING_HISTORY

Line 1436: From pqh_routing_history

1432: -- Foll cursor checks if there is any routing history for the passed routing category
1433: --
1434: Cursor csr_hist_exist is
1435: Select null
1436: From pqh_routing_history
1437: Where routing_category_id = p_routing_category_id;
1438: --
1439: l_dummy varchar2(1);
1440: --