DBA Data[Home] [Help]

APPS.GHR_WF dependencies on BEN_EXT_RSLT

Line 23: FROM ben_ext_rslt

19:
20: CURSOR c_get_rslt
21: IS
22: SELECT *
23: FROM ben_ext_rslt
24: WHERE ext_rslt_id= p_result_id
25: AND request_id = p_request_id;
26:
27:

Line 41: ,ben_ext_rslt_dtl rslt

37: IS
38: SELECT count(rslt.ext_rslt_id) rec_cnt
39: FROM ben_ext_rcd_in_file rin
40: ,ben_ext_dfn dfn
41: ,ben_ext_rslt_dtl rslt
42: WHERE dfn.ext_dfn_id = cp_dfn_id
43: AND rin.ext_file_id = dfn.ext_file_id
44: AND rin.hide_flag = 'N'
45: AND rin.ext_rcd_id = rslt.EXT_RCD_ID