DBA Data[Home] [Help]

APPS.PQP_NL_ABP_FUNCTIONS dependencies on PQP_EXTRACT_ATTRIBUTES

Line 42: FROM pqp_extract_attributes

38: CURSOR c_last_ext IS
39: SELECT eff_dt
40: FROM ben_ext_rslt res
41: WHERE ext_dfn_id IN (SELECT ext_dfn_id
42: FROM pqp_extract_attributes
43: WHERE ext_dfn_type = 'NL_FPR')
44: AND ext_stat_cd = 'A'
45: AND EXISTS ( SELECT 1 FROM ben_ext_rslt_dtl dtl
46: WHERE dtl.ext_rslt_id = res.ext_rslt_id

Line 100: FROM pqp_extract_attributes

96: CURSOR c_last_ext IS
97: SELECT eff_dt
98: FROM ben_ext_rslt res
99: WHERE ext_dfn_id IN (SELECT ext_dfn_id
100: FROM pqp_extract_attributes
101: WHERE ext_dfn_type = 'NL_FPR')
102: AND ext_stat_cd = 'A'
103: AND EXISTS ( SELECT 1 FROM ben_ext_rslt_dtl dtl
104: WHERE dtl.ext_rslt_id = res.ext_rslt_id