DBA Data[Home] [Help]

APPS.PAY_US_HR_HELPDESK dependencies on STANDARD

Line 247: lv_run_typ_nm := 'Regular Standard Run';

243: fetch csr_run_type into lv_run_typ_nm;
244: close csr_run_type;
245:
246: if lv_run_typ_nm is NULL then
247: lv_run_typ_nm := 'Regular Standard Run';
248: end if;
249:
250: p_pyrl_dtls(p_cnt).RUN_TYPE := lv_run_typ_nm;
251: