DBA Data[Home] [Help]

APPS.PQH_RBC_VALIDATE dependencies on BEN_ELIGY_CRITERIA

Line 77: is select name from ben_eligy_criteria

73: and table_alias = 'RMN' and dml_operation <> 'DELETE'
74: and INFORMATION13 = l_sh_code and INFORMATION160 = l_level_num;
75:
76: cursor c3(l_sh_code varchar)
77: is select name from ben_eligy_criteria
78: where short_code = l_sh_code;
79:
80: BEGIN
81: l_status := 'YES';