DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_EXTRACTS dependencies on BEN_EXT_DFN

Line 38: ,ben_ext_dfn dfn

34: rcd.ext_rcd_id,
35: rcd.rcd_type_cd
36: FROM ben_ext_rcd rcd
37: ,ben_ext_rcd_in_file rin
38: ,ben_ext_dfn dfn
39: WHERE dfn.ext_dfn_id = Ben_Ext_Thread.g_ext_dfn_id
40: AND rin.ext_file_id = dfn.ext_file_id
41: AND rin.ext_rcd_id = rcd.ext_rcd_id
42: ORDER BY rin.seq_num;

Line 51: ,ben_ext_dfn dfn

47: CURSOR c_get_rcd_id(c_seq IN Number) IS
48: SELECT rcd.ext_rcd_id
49: FROM ben_ext_rcd rcd
50: ,ben_ext_rcd_in_file rin
51: ,ben_ext_dfn dfn
52: WHERE dfn.ext_dfn_id = Ben_Ext_Thread.g_ext_dfn_id -- The extract executing currently
53: AND rin.ext_file_id = dfn.ext_file_id
54: AND rin.ext_rcd_id = rcd.ext_rcd_id
55: AND rin.seq_num = c_seq;

Line 257: ,ben_ext_dfn dfn

253: ) IS
254: SELECT rcd.ext_rcd_id
255: FROM ben_ext_rcd rcd
256: ,ben_ext_rcd_in_file rin
257: ,ben_ext_dfn dfn
258: WHERE dfn.ext_dfn_id = Ben_Ext_Thread.g_ext_dfn_id -- The extract
259: AND rin.ext_file_id = dfn.ext_file_id
260: AND rin.hide_flag = c_hide_flag -- Y=Hidden, N=Not Hidden
261: AND rin.ext_rcd_id = rcd.ext_rcd_id

Line 271: ,ben_ext_dfn dfn

267: CURSOR csr_ext_rcd_id_hidden(c_rcd_type_cd IN Varchar2) IS
268: SELECT rcd.ext_rcd_id
269: FROM ben_ext_rcd rcd
270: ,ben_ext_rcd_in_file rin
271: ,ben_ext_dfn dfn
272: WHERE dfn.ext_dfn_id = Ben_Ext_Thread.g_ext_dfn_id
273: AND rin.ext_file_id = dfn.ext_file_id
274: AND rin.ext_rcd_id = rcd.ext_rcd_id
275: AND rcd.rcd_type_cd = c_rcd_type_cd

Line 636: ,ben_ext_dfn dfn

632: FROM ben_ext_rslt_dtl dtl
633: ,ben_ext_rslt res
634: ,ben_ext_rcd rcd
635: ,ben_ext_rcd_in_file rin
636: ,ben_ext_dfn dfn
637: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
638: FROM pqp_extract_attributes
639: WHERE ext_dfn_type = 'NL_FPR')
640: and dtl.person_id = g_person_id

Line 2251: FROM ben_ext_dfn ed

2247:
2248: CURSOR csr_ext_name(c_ext_dfn_id IN Number
2249: )IS
2250: SELECT Substr(ed.NAME,1,240)
2251: FROM ben_ext_dfn ed
2252: WHERE ed.ext_dfn_id = p_ext_dfn_id;
2253:
2254: CURSOR csr_pay_name(c_payroll_id IN Number
2255: ,c_end_date IN Date

Line 2271: l_extract_name ben_ext_dfn.NAME%TYPE;

2267: WHERE con.consolidation_set_id = c_con_set;
2268:
2269:
2270: l_proc_name Varchar2(150) := g_proc_name ||'Set_ConcProg_Parameter_Values';
2271: l_extract_name ben_ext_dfn.NAME%TYPE;
2272: l_payroll_name PAY_PAYROLLS_F.PAYROLL_NAME%TYPE ;
2273: l_con_set_name PAY_CONSOLIDATION_SETS.CONSOLIDATION_SET_NAME%TYPE;
2274: l_org_name hr_all_organization_units.NAME%TYPE;
2275:

Line 2478: ,ben_ext_dfn dfn

2474: FROM ben_ext_rslt_dtl dtl
2475: ,ben_ext_rslt res
2476: ,ben_ext_rcd rcd
2477: ,ben_ext_rcd_in_file rin
2478: ,ben_ext_dfn dfn
2479: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
2480: FROM pqp_extract_attributes
2481: WHERE ext_dfn_type = 'NL_FPR')
2482: AND val_05 <> '00000000' -- Ptpn St Date

Line 3279: ,ben_ext_dfn dfn

3275: FROM ben_ext_rslt_dtl dtl
3276: ,ben_ext_rslt res
3277: ,ben_ext_rcd rcd
3278: ,ben_ext_rcd_in_file rin
3279: ,ben_ext_dfn dfn
3280: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
3281: FROM pqp_extract_attributes
3282: WHERE ext_dfn_type = 'NL_FPR')
3283: and dtl.person_id = g_person_id

Line 3304: ,ben_ext_dfn dfn

3300: FROM ben_ext_rslt_dtl dtl
3301: ,ben_ext_rslt res
3302: ,ben_ext_rcd rcd
3303: ,ben_ext_rcd_in_file rin
3304: ,ben_ext_dfn dfn
3305: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
3306: FROM pqp_extract_attributes
3307: WHERE ext_dfn_type = 'NL_FPR')
3308: and dtl.person_id = g_person_id

Line 3329: ,ben_ext_dfn dfn

3325: FROM ben_ext_rslt_dtl dtl
3326: ,ben_ext_rslt res
3327: ,ben_ext_rcd rcd
3328: ,ben_ext_rcd_in_file rin
3329: ,ben_ext_dfn dfn
3330: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
3331: FROM pqp_extract_attributes
3332: WHERE ext_dfn_type = 'NL_FPR')
3333: and dtl.person_id = g_person_id

Line 3354: ,ben_ext_dfn dfn

3350: FROM ben_ext_rslt_dtl dtl
3351: ,ben_ext_rslt res
3352: ,ben_ext_rcd rcd
3353: ,ben_ext_rcd_in_file rin
3354: ,ben_ext_dfn dfn
3355: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
3356: FROM pqp_extract_attributes
3357: WHERE ext_dfn_type = 'NL_FPR')
3358: and dtl.person_id = g_person_id

Line 3381: ,ben_ext_dfn dfn

3377: FROM ben_ext_rslt_dtl dtl
3378: ,ben_ext_rslt res
3379: ,ben_ext_rcd rcd
3380: ,ben_ext_rcd_in_file rin
3381: ,ben_ext_dfn dfn
3382: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
3383: FROM pqp_extract_attributes
3384: WHERE ext_dfn_type = 'NL_FPR')
3385: and dtl.person_id = g_person_id

Line 5781: ,ben_ext_dfn dfn

5777: rcd.ext_rcd_id,
5778: rcd.rcd_type_cd
5779: FROM ben_ext_rcd rcd
5780: ,ben_ext_rcd_in_file rin
5781: ,ben_ext_dfn dfn
5782: WHERE dfn.ext_dfn_id = Ben_Ext_Thread.g_ext_dfn_id
5783: AND rin.ext_file_id = dfn.ext_file_id
5784: AND rin.ext_rcd_id = rcd.ext_rcd_id
5785: ORDER BY rin.seq_num;

Line 5885: l_ext_dfn_id ben_ext_dfn.ext_dfn_id%TYPE;

5881: l_conc_reqest_id ben_ext_rslt.request_id%TYPE;
5882: l_ext_dfn_type pqp_extract_attributes.ext_dfn_type%TYPE;
5883: i per_all_assignments_f.business_group_id%TYPE;
5884: l_ext_rslt_id ben_ext_rslt.ext_rslt_id%TYPE;
5885: l_ext_dfn_id ben_ext_dfn.ext_dfn_id%TYPE;
5886: l_return_value Varchar2(2) :='N';
5887: l_proc_name Varchar2(150) := g_proc_name ||'Pension_Criteria_Full_Profile';
5888: l_assig_rec csr_assig%ROWTYPE;
5889: l_effective_date Date;

Line 8304: ,ben_ext_dfn dfn

8300: FROM ben_ext_rslt_dtl dtl
8301: ,ben_ext_rslt res
8302: ,ben_ext_rcd rcd
8303: ,ben_ext_rcd_in_file rin
8304: ,ben_ext_dfn dfn
8305: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
8306: FROM pqp_extract_attributes
8307: WHERE ext_dfn_type = 'NL_FPR')
8308: AND dtl.person_id = g_person_id

Line 8493: ,ben_ext_dfn dfn

8489: FROM ben_ext_rslt_dtl dtl
8490: ,ben_ext_rslt res
8491: ,ben_ext_rcd rcd
8492: ,ben_ext_rcd_in_file rin
8493: ,ben_ext_dfn dfn
8494: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
8495: FROM pqp_extract_attributes
8496: WHERE ext_dfn_type = 'NL_FPR')
8497: AND dtl.person_id = g_person_id

Line 8904: ,ben_ext_dfn dfn

8900: FROM ben_ext_rslt_dtl dtl
8901: ,ben_ext_rslt res
8902: ,ben_ext_rcd rcd
8903: ,ben_ext_rcd_in_file rin
8904: ,ben_ext_dfn dfn
8905: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
8906: FROM pqp_extract_attributes
8907: WHERE ext_dfn_type = 'NL_FPR')
8908: and dtl.person_id = g_person_id

Line 11084: ,ben_ext_dfn dfn

11080: FROM ben_ext_rslt_dtl dtl
11081: ,ben_ext_rslt res
11082: ,ben_ext_rcd rcd
11083: ,ben_ext_rcd_in_file rin
11084: ,ben_ext_dfn dfn
11085: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
11086: FROM pqp_extract_attributes
11087: WHERE ext_dfn_type = 'NL_FPR')
11088: and dtl.person_id = g_person_id

Line 11108: ,ben_ext_dfn dfn

11104: FROM ben_ext_rslt_dtl dtl
11105: ,ben_ext_rslt res
11106: ,ben_ext_rcd rcd
11107: ,ben_ext_rcd_in_file rin
11108: ,ben_ext_dfn dfn
11109: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
11110: FROM pqp_extract_attributes
11111: WHERE ext_dfn_type = 'NL_FPR')
11112: and dtl.person_id = g_person_id

Line 11188: ,ben_ext_dfn dfn

11184: FROM ben_ext_rslt_dtl dtl
11185: ,ben_ext_rslt res
11186: ,ben_ext_rcd rcd
11187: ,ben_ext_rcd_in_file rin
11188: ,ben_ext_dfn dfn
11189: WHERE dfn.ext_dfn_id IN (SELECT ext_dfn_id
11190: FROM pqp_extract_attributes
11191: WHERE ext_dfn_type = 'NL_FPR')
11192: and dtl.person_id = g_person_id

Line 16756: ,ben_ext_dfn dfn

16752: CURSOR csr_rcd_05_id IS
16753: SELECT rcd.ext_rcd_id,rin.seq_num
16754: FROM ben_ext_rcd rcd
16755: ,ben_ext_rcd_in_file rin
16756: ,ben_ext_dfn dfn
16757: WHERE dfn.ext_dfn_id = Ben_Ext_Thread.g_ext_dfn_id
16758: AND rin.ext_file_id = dfn.ext_file_id
16759: AND rin.ext_rcd_id = rcd.ext_rcd_id
16760: AND rin.seq_num = 5;