DBA Data[Home] [Help]

APPS.PQH_WORKFLOW dependencies on PQH_REFRESH_DATA

Line 3873: pqh_refresh_data.replace_where_params(

3869: to be replaced by the transaction id . This where clause is to be
3870: then linked with the l_from_clause to form the p_from_clause
3871: */
3872: -- p_from_clause := replace(l_from_clause,'',p_trans_id);
3873: pqh_refresh_data.replace_where_params(
3874: p_where_clause_in => l_where_clause_in,
3875: p_txn_tab_flag => 'Y',
3876: p_txn_id => p_trans_id,
3877: p_where_clause_out => l_where_clause_out);