DBA Data[Home] [Help]

APPS.PAY_US_EMP_BALADJ_CLEANUP dependencies on DUAL

Line 211: select 'Y' from dual

207: lv_exists VARCHAR2(1);
208:
209: cursor c_element_category(cp_business_group_id in number
210: ,cp_element_category in varchar2) is
211: select 'Y' from dual
212: where exists (select 1 from pay_element_types_f pet,
213: pay_element_classifications pec
214: where pet.classification_id = pec.classification_id
215: and pet.business_group_id = cp_business_group_id

Line 674: from dual;

670: p_payroll_action_id,
671: 'PPA',
672: 'GAGA_STATUS',
673: 'U'
674: from dual;
675:
676: lv_sql_string :=
677: 'select distinct paf.person_id
678: from per_assignments_f paf,

Line 1002: from dual;

998: hr_utility.set_location(gv_package || lv_procedure_name, 60);
999:
1000: select pay_assignment_actions_s.nextval
1001: into ln_adj_action_id
1002: from dual;
1003:
1004: -- insert into pay_assignment_actions.
1005: hr_nonrun_asact.insact(ln_adj_action_id,
1006: ln_run_assignment_id,

Line 1046: from dual

1042: to_char(ld_run_effective_date, 'ddmmyyyy'),
1043: ln_run_payroll_id,
1044: ln_run_consolidation_id,
1045: ln_adj_business_group_id
1046: from dual
1047: where not exists
1048: (select 1 from pay_us_rpt_totals
1049: where location_id = p_payroll_action_id
1050: and tax_unit_id = ln_run_payroll_id