DBA Data[Home] [Help]

APPS.PQH_TCT_BUS dependencies on PQH_POSITION_TRANSACTIONS

Line 1395: where exists ( select null from pqh_position_transactions

1391: elsif p_short_name ='POSITION_TRANSACTION' then
1392: select 'Y'
1393: into l_dummy
1394: from dual
1395: where exists ( select null from pqh_position_transactions
1396: where wf_transaction_category_id = p_transaction_category_id
1397: and transaction_status not in ('REJECT','TERMINATE','APPLIED'));
1398: end if;
1399: --