DBA Data[Home] [Help]

APPS.PQH_RBC_UTILITY dependencies on BEN_ELIGY_PRFL_F

Line 8: from pqh_rate_matrix_nodes a, ben_eligy_prfl_f b

4: function future_criteria_exist(p_copy_entity_txn_id in number) return varchar2 is
5: l_rate_matrix_id number(30);
6:
7: cursor c11(p_rate_matrix_id in number) is select distinct criteria_short_code
8: from pqh_rate_matrix_nodes a, ben_eligy_prfl_f b
9: where pl_id = p_rate_matrix_id
10: and criteria_short_code is not null
11: and a.eligy_prfl_id = b.eligy_prfl_id;
12: