DBA Data[Home] [Help]

APPS.PQH_CET_BUS dependencies on PQH_COPY_ENTITY_RESULTS

Line 130: from pqh_copy_entity_results a

126: l_dummy varchar2(1);
127: --
128: cursor c1 is
129: select null
130: from pqh_copy_entity_results a
131: where a.copy_entity_txn_id = p_copy_entity_txn_id
132: and a.result_type_cd = 'TARGET'
133: and a.status = 'COMPLETED' ;
134: --