DBA Data[Home] [Help]

APPS.PQH_SIT_ENGINE dependencies on PQH_FR_STAT_SITUATION_RULES

Line 239: select * from pqh_fr_stat_situation_rules

235: l_exclude_flag varchar2(2);
236: l_value_style_cd pqh_txn_category_attributes.value_style_cd%type;
237:
238: cursor csr_sit_rules (p_required_flag VARCHAR2) is
239: select * from pqh_fr_stat_situation_rules
240: where statutory_situation_id = p_stat_sit_id
241: and nvl(enabled_flag,'N') ='Y'
242: and required_flag = p_required_flag
243: order by processing_sequence;