DBA Data[Home] [Help]

APPS.PQH_ROUTING_CATEGORIES_API dependencies on PQH_TRANSACTION_CATEGORIES

Line 477: (p_transaction_category_id in pqh_transaction_categories.transaction_category_id%type,

473: --
474: ------------------------------------------------------------------------------
475: --
476: Procedure disable_routing_categories
477: (p_transaction_category_id in pqh_transaction_categories.transaction_category_id%type,
478: p_routing_type in pqh_transaction_categories.member_cd%type) is
479: --
480: -- Declare cursors and local variables
481: --

Line 478: p_routing_type in pqh_transaction_categories.member_cd%type) is

474: ------------------------------------------------------------------------------
475: --
476: Procedure disable_routing_categories
477: (p_transaction_category_id in pqh_transaction_categories.transaction_category_id%type,
478: p_routing_type in pqh_transaction_categories.member_cd%type) is
479: --
480: -- Declare cursors and local variables
481: --
482: type cur_type IS REF CURSOR;