DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_EXTRACTS dependencies on BEN_EXT_DATA_ELMT_IN_RCD

Line 1359: FROM ben_ext_data_elmt_in_rcd der

1355: ) IS
1356: SELECT der.ext_data_elmt_id,
1357: der.seq_num,
1358: ede.NAME
1359: FROM ben_ext_data_elmt_in_rcd der
1360: ,ben_ext_data_elmt ede
1361: WHERE der.ext_rcd_id = c_ext_rcd_id
1362: AND ede.ext_data_elmt_id = der.ext_data_elmt_id
1363: AND ede.NAME LIKE '%'|| c_ext_data_element_name

Line 1892: (c_ext_rcd_id IN ben_ext_data_elmt_in_rcd.ext_rcd_id%TYPE) IS

1888: ,p_asgaction_no IN Number DEFAULT NULL
1889: ,p_error_message OUT NOCOPY Varchar2) IS
1890:
1891: CURSOR csr_rule_ele
1892: (c_ext_rcd_id IN ben_ext_data_elmt_in_rcd.ext_rcd_id%TYPE) IS
1893: SELECT a.ext_data_elmt_in_rcd_id
1894: ,a.seq_num
1895: ,a.sprs_cd
1896: ,a.strt_pos

Line 1910: ben_ext_data_elmt_in_rcd a

1906: ,b.dflt_val
1907: ,b.max_length_num
1908: ,b.just_cd
1909: FROM ben_ext_data_elmt b,
1910: ben_ext_data_elmt_in_rcd a
1911: WHERE a.ext_data_elmt_id = b.ext_data_elmt_id
1912: AND b.data_elmt_typ_cd = 'R'
1913: AND a.ext_rcd_id = c_ext_rcd_id
1914: -- AND a.hide_flag = 'N'