DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on WF_CORE

Line 1374: lv_prc_list := lv_prc_list||lv_conc_prog_name(1)||wf_core.newline;

1370:
1371: -- BEE Transfer
1372: if p_batch_id is not null then
1373: lv_is_batch := 'Y';
1374: lv_prc_list := lv_prc_list||lv_conc_prog_name(1)||wf_core.newline;
1375: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS01';
1376: else
1377: lv_is_batch := 'N';
1378: end if;

Line 1386: lv_prc_list := lv_prc_list||lv_conc_prog_name(2)||wf_core.newline;

1382: if ((p_retro_assignment_set is not null) and
1383: (p_retro_event_group is not null)) then
1384:
1385: lv_is_retro_notification := 'Y';
1386: lv_prc_list := lv_prc_list||lv_conc_prog_name(2)||wf_core.newline;
1387: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS02';
1388:
1389: -- If the Retro Notification is going to be run
1390: -- then the RetroPay assignment set should be the

Line 1406: lv_prc_list := lv_prc_list||lv_conc_prog_name(3)||wf_core.newline;

1402: (p_retro_assignment_set is not null)) and
1403: (p_retropay_element_set is not null) and
1404: (p_retro_start_date is not null)) then
1405: lv_is_retropay := 'Y';
1406: lv_prc_list := lv_prc_list||lv_conc_prog_name(3)||wf_core.newline;
1407: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS03';
1408: else
1409: lv_is_retropay := 'N';
1410: end if;

Line 1412: lv_prc_list := lv_prc_list||lv_conc_prog_name(4)||wf_core.newline;

1408: else
1409: lv_is_retropay := 'N';
1410: end if;
1411:
1412: lv_prc_list := lv_prc_list||lv_conc_prog_name(4)||wf_core.newline;
1413: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS04';
1414:
1415: -- Gross to Net Summary
1416:

Line 1419: lv_prc_list := lv_prc_list||lv_conc_prog_name(5)||wf_core.newline;

1415: -- Gross to Net Summary
1416:
1417: if ((p_gross_to_net_period is not null)) then
1418: lv_is_gtn := 'Y';
1419: lv_prc_list := lv_prc_list||lv_conc_prog_name(5)||wf_core.newline;
1420: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS05';
1421: else
1422: lv_is_gtn := 'N';
1423: end if;

Line 1425: lv_prc_list := lv_prc_list||lv_conc_prog_name(6)||wf_core.newline;

1421: else
1422: lv_is_gtn := 'N';
1423: end if;
1424:
1425: lv_prc_list := lv_prc_list||lv_conc_prog_name(6)||wf_core.newline;
1426: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS06';
1427:
1428: -- Employee Assignments Not Paid
1429: if ((p_consolidation_set_id is not null)) then

Line 1431: lv_prc_list := lv_prc_list||lv_conc_prog_name(7)||wf_core.newline;

1427:
1428: -- Employee Assignments Not Paid
1429: if ((p_consolidation_set_id is not null)) then
1430: lv_is_consolidation_set := 'Y';
1431: lv_prc_list := lv_prc_list||lv_conc_prog_name(7)||wf_core.newline;
1432: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS07';
1433: else
1434: lv_is_consolidation_set := 'N';
1435: end if;

Line 1442: lv_prc_list := lv_prc_list||lv_conc_prog_name(8)||wf_core.newline;

1438: if ((p_consolidation_set_id is not null) and
1439: ((p_exp_report_name is not null) or
1440: (p_exp_group_name is not null))) then
1441: lv_is_exception := 'Y';
1442: lv_prc_list := lv_prc_list||lv_conc_prog_name(8)||wf_core.newline;
1443: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS08';
1444: else
1445: lv_is_exception := 'N';
1446: end if;

Line 1453: lv_prc_list := lv_prc_list||lv_conc_prog_name(9)||wf_core.newline;

1449:
1450: if ((p_sdr_federal is not null) and
1451: (p_sdr_reporting_dimension is not null)) then
1452: lv_is_sdr := 'Y';
1453: lv_prc_list := lv_prc_list||lv_conc_prog_name(9)||wf_core.newline;
1454: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS09';
1455: else
1456: lv_is_sdr := 'N';
1457: end if;

Line 1462: lv_prc_list := lv_prc_list||lv_conc_prog_name(10)||wf_core.newline;

1458:
1459: -- Quebec Health Services Fund
1460:
1461: if (p_quebec = 'Y') then
1462: lv_prc_list := lv_prc_list||lv_conc_prog_name(10)||wf_core.newline;
1463: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS10';
1464: end if;
1465:
1466:

Line 1470: lv_prc_list := lv_prc_list||lv_conc_prog_name(11)||wf_core.newline;

1466:
1467: -- Pre Payment
1468:
1469: if (p_consolidation_set_id is not null) then
1470: lv_prc_list := lv_prc_list||lv_conc_prog_name(11)||wf_core.newline;
1471: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS11';
1472: end if;
1473:
1474:

Line 1482: lv_prc_list := lv_prc_list||lv_conc_prog_name(12)||wf_core.newline;

1478: (p_reg_suppress_zero is not null) and
1479: (p_reg_req_num is not null) and
1480: (p_reg_reporting_dim is not null)) then
1481: lv_is_payroll_register := 'Y';
1482: lv_prc_list := lv_prc_list||lv_conc_prog_name(12)||wf_core.newline;
1483: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS12';
1484: else
1485: lv_is_payroll_register := 'N';
1486: end if;

Line 1493: lv_prc_list := lv_prc_list||lv_conc_prog_name(13)||wf_core.newline;

1489:
1490: if (p_ele_selection_criterion is not null)
1491: then
1492: lv_is_element_register := 'Y';
1493: lv_prc_list := lv_prc_list||lv_conc_prog_name(13)||wf_core.newline;
1494: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS13';
1495: else
1496: lv_is_element_register := 'N';
1497: end if;

Line 1506: lv_prc_list := lv_prc_list||lv_conc_prog_name(14)||wf_core.newline;

1502: (p_deduction_sort_two is not null) and
1503: (p_deduction_sort_three is not null))
1504: then
1505: lv_is_deductions := 'Y';
1506: lv_prc_list := lv_prc_list||lv_conc_prog_name(14)||wf_core.newline;
1507: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS14';
1508: else
1509: lv_is_deductions := 'N';
1510: end if;

Line 1518: lv_prc_list := lv_prc_list||lv_conc_prog_name(15)||wf_core.newline;

1514: if ((p_consolidation_set_id is not null) and
1515: (p_dd_payment_method is not null))
1516: then
1517: lv_is_direct_deposit := 'Y';
1518: lv_prc_list := lv_prc_list||lv_conc_prog_name(15)||wf_core.newline;
1519: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS15';
1520: else
1521: lv_is_direct_deposit := 'N';
1522: end if;

Line 1528: lv_prc_list := lv_prc_list||lv_conc_prog_name(16)||wf_core.newline;

1524:
1525: -- Canadian Payroll Archiver
1526:
1527: if (p_consolidation_set_id is not null) then
1528: lv_prc_list := lv_prc_list||lv_conc_prog_name(16)||wf_core.newline;
1529: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS16';
1530: end if;
1531:
1532:

Line 1542: lv_prc_list := lv_prc_list||lv_conc_prog_name(17)||wf_core.newline;

1538: (p_cheque_sort_sequence is not null) and
1539: (p_cheque_style is not null) and
1540: (p_start_cheque_number is not null)) then
1541: lv_is_chequewriter := 'Y';
1542: lv_prc_list := lv_prc_list||lv_conc_prog_name(17)||wf_core.newline;
1543: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS17';
1544: else
1545: lv_is_chequewriter := 'N';
1546: end if;

Line 1553: lv_prc_list := lv_prc_list||lv_conc_prog_name(18)||wf_core.newline;

1549:
1550: if ((p_da_data_type is not null) and
1551: (p_consolidation_set_id is not null)) then
1552: lv_is_deposit_advice := 'Y';
1553: lv_prc_list := lv_prc_list||lv_conc_prog_name(18)||wf_core.newline;
1554: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS18';
1555: else
1556: lv_is_deposit_advice := 'N';
1557: end if;

Line 1562: lv_prc_list := lv_prc_list||lv_conc_prog_name(19)||wf_core.newline;

1558:
1559: -- Payment Report
1560:
1561: if (p_consolidation_set_id is not null) then
1562: lv_prc_list := lv_prc_list||lv_conc_prog_name(19)||wf_core.newline;
1563: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS19';
1564: end if;
1565:
1566: -- Record of Employment

Line 1570: lv_prc_list := lv_prc_list||lv_conc_prog_name(20)||wf_core.newline;

1566: -- Record of Employment
1567:
1568: if ((p_roe_assignment_set is not null)) then
1569: lv_is_roe := 'Y';
1570: lv_prc_list := lv_prc_list||lv_conc_prog_name(20)||wf_core.newline;
1571: lv_prc_list := lv_prc_list||lv_conc_prog_name(21)||wf_core.newline;
1572: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS20';
1573: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS21';
1574:

Line 1571: lv_prc_list := lv_prc_list||lv_conc_prog_name(21)||wf_core.newline;

1567:
1568: if ((p_roe_assignment_set is not null)) then
1569: lv_is_roe := 'Y';
1570: lv_prc_list := lv_prc_list||lv_conc_prog_name(20)||wf_core.newline;
1571: lv_prc_list := lv_prc_list||lv_conc_prog_name(21)||wf_core.newline;
1572: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS20';
1573: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS21';
1574:
1575: if (p_roe_mag_roe_type is not null) then

Line 1577: lv_prc_list := lv_prc_list||lv_conc_prog_name(22)||wf_core.newline;

1573: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS21';
1574:
1575: if (p_roe_mag_roe_type is not null) then
1576: lv_is_roe_mag := 'Y';
1577: lv_prc_list := lv_prc_list||lv_conc_prog_name(22)||wf_core.newline;
1578: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS22';
1579: else
1580: lv_is_roe_mag := 'N';
1581: end if;

Line 1590: lv_prc_list := lv_prc_list||lv_conc_prog_name(23)||wf_core.newline;

1586:
1587: -- Costing
1588:
1589: if ((p_consolidation_set_id is not null)) then
1590: lv_prc_list := lv_prc_list||lv_conc_prog_name(23)||wf_core.newline;
1591: lv_prc_list := lv_prc_list||lv_conc_prog_name(24)||wf_core.newline;
1592: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS23';
1593: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS24';
1594:

Line 1591: lv_prc_list := lv_prc_list||lv_conc_prog_name(24)||wf_core.newline;

1587: -- Costing
1588:
1589: if ((p_consolidation_set_id is not null)) then
1590: lv_prc_list := lv_prc_list||lv_conc_prog_name(23)||wf_core.newline;
1591: lv_prc_list := lv_prc_list||lv_conc_prog_name(24)||wf_core.newline;
1592: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS23';
1593: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS24';
1594:
1595: if (p_cost_summary_file_out is not null) then

Line 1597: lv_prc_list := lv_prc_list||lv_conc_prog_name(25)||wf_core.newline;

1593: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS24';
1594:
1595: if (p_cost_summary_file_out is not null) then
1596: lv_is_costing_summary := 'Y';
1597: lv_prc_list := lv_prc_list||lv_conc_prog_name(25)||wf_core.newline;
1598: lv_process_list_html_2 := lv_process_list_html_2||',PROCESS25';
1599: else
1600: lv_is_costing_summary := 'N';
1601: end if;

Line 1610: lv_process_list_text := 'Review the List of Processes and Reports which will be submitted based on the input parameters, please click on the '||''''||'Continue'||''''||' button to start processing.'||wf_core.newline||wf_core.newline||lv_prc_list;

1606: lv_process_list_subject := 'List of Processes and Reports which will be submitted';
1607:
1608: if lv_workflow_mode = 'W' then
1609:
1610: lv_process_list_text := 'Review the List of Processes and Reports which will be submitted based on the input parameters, please click on the '||''''||'Continue'||''''||' button to start processing.'||wf_core.newline||wf_core.newline||lv_prc_list;
1611:
1612: lv_process_list_html_1 := 'Review the List of Processes and Reports which will be submitted based on the input parameters, please click on the '||''''||'Continue'||''''||' button to start processing.';
1613:
1614: else

Line 1616: lv_process_list_text := 'Review the List of Processes and Reports which will be submitted based on the input parameters.'||wf_core.newline||wf_core.newline||lv_prc_list;

1612: lv_process_list_html_1 := 'Review the List of Processes and Reports which will be submitted based on the input parameters, please click on the '||''''||'Continue'||''''||' button to start processing.';
1613:
1614: else
1615:
1616: lv_process_list_text := 'Review the List of Processes and Reports which will be submitted based on the input parameters.'||wf_core.newline||wf_core.newline||lv_prc_list;
1617:
1618: lv_process_list_html_1 := 'Review the List of Processes and Reports which will be submitted based on the input parameters.';
1619:
1620: end if;

Line 2384: wf_core.Context('pay_ca_wf_pkg',

2380:
2381:
2382: exception
2383: when others then
2384: wf_core.Context('pay_ca_wf_pkg',
2385: 'StartProcess',
2386: ItemType,
2387: RequestorUsername,
2388: ProcessOwner,

Line 2479: hr_utility.trace('Errname: '||wf_core.error_name);

2475: begin
2476:
2477: hr_utility.trace('Run time error in test script');
2478: hr_utility.trace('Sqlerror: '||sqlerrm);
2479: hr_utility.trace('Errname: '||wf_core.error_name);
2480: hr_utility.trace('Errmsg: '||substr(wf_core.error_message, 1, 200));
2481: hr_utility.trace('Stack1: '||substr(wf_core.error_stack, 1, 200));
2482: hr_utility.trace('Stack2: '||substr(wf_core.error_stack, 200, 200));
2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));

Line 2480: hr_utility.trace('Errmsg: '||substr(wf_core.error_message, 1, 200));

2476:
2477: hr_utility.trace('Run time error in test script');
2478: hr_utility.trace('Sqlerror: '||sqlerrm);
2479: hr_utility.trace('Errname: '||wf_core.error_name);
2480: hr_utility.trace('Errmsg: '||substr(wf_core.error_message, 1, 200));
2481: hr_utility.trace('Stack1: '||substr(wf_core.error_stack, 1, 200));
2482: hr_utility.trace('Stack2: '||substr(wf_core.error_stack, 200, 200));
2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));
2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));

Line 2481: hr_utility.trace('Stack1: '||substr(wf_core.error_stack, 1, 200));

2477: hr_utility.trace('Run time error in test script');
2478: hr_utility.trace('Sqlerror: '||sqlerrm);
2479: hr_utility.trace('Errname: '||wf_core.error_name);
2480: hr_utility.trace('Errmsg: '||substr(wf_core.error_message, 1, 200));
2481: hr_utility.trace('Stack1: '||substr(wf_core.error_stack, 1, 200));
2482: hr_utility.trace('Stack2: '||substr(wf_core.error_stack, 200, 200));
2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));
2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));
2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));

Line 2482: hr_utility.trace('Stack2: '||substr(wf_core.error_stack, 200, 200));

2478: hr_utility.trace('Sqlerror: '||sqlerrm);
2479: hr_utility.trace('Errname: '||wf_core.error_name);
2480: hr_utility.trace('Errmsg: '||substr(wf_core.error_message, 1, 200));
2481: hr_utility.trace('Stack1: '||substr(wf_core.error_stack, 1, 200));
2482: hr_utility.trace('Stack2: '||substr(wf_core.error_stack, 200, 200));
2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));
2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));
2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));
2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));

Line 2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));

2479: hr_utility.trace('Errname: '||wf_core.error_name);
2480: hr_utility.trace('Errmsg: '||substr(wf_core.error_message, 1, 200));
2481: hr_utility.trace('Stack1: '||substr(wf_core.error_stack, 1, 200));
2482: hr_utility.trace('Stack2: '||substr(wf_core.error_stack, 200, 200));
2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));
2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));
2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));
2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));
2487: hr_utility.trace('Stack7: '||substr(wf_core.error_stack, 1200, 200));

Line 2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));

2480: hr_utility.trace('Errmsg: '||substr(wf_core.error_message, 1, 200));
2481: hr_utility.trace('Stack1: '||substr(wf_core.error_stack, 1, 200));
2482: hr_utility.trace('Stack2: '||substr(wf_core.error_stack, 200, 200));
2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));
2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));
2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));
2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));
2487: hr_utility.trace('Stack7: '||substr(wf_core.error_stack, 1200, 200));
2488: hr_utility.trace('Stack8: '||substr(wf_core.error_stack, 1400, 200));

Line 2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));

2481: hr_utility.trace('Stack1: '||substr(wf_core.error_stack, 1, 200));
2482: hr_utility.trace('Stack2: '||substr(wf_core.error_stack, 200, 200));
2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));
2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));
2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));
2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));
2487: hr_utility.trace('Stack7: '||substr(wf_core.error_stack, 1200, 200));
2488: hr_utility.trace('Stack8: '||substr(wf_core.error_stack, 1400, 200));
2489: hr_utility.trace('Stack9: '||substr(wf_core.error_stack, 1600, 200));

Line 2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));

2482: hr_utility.trace('Stack2: '||substr(wf_core.error_stack, 200, 200));
2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));
2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));
2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));
2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));
2487: hr_utility.trace('Stack7: '||substr(wf_core.error_stack, 1200, 200));
2488: hr_utility.trace('Stack8: '||substr(wf_core.error_stack, 1400, 200));
2489: hr_utility.trace('Stack9: '||substr(wf_core.error_stack, 1600, 200));
2490: hr_utility.trace('Stack10: '||substr(wf_core.error_stack, 1800, 200));

Line 2487: hr_utility.trace('Stack7: '||substr(wf_core.error_stack, 1200, 200));

2483: hr_utility.trace('Stack3: '||substr(wf_core.error_stack, 400, 200));
2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));
2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));
2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));
2487: hr_utility.trace('Stack7: '||substr(wf_core.error_stack, 1200, 200));
2488: hr_utility.trace('Stack8: '||substr(wf_core.error_stack, 1400, 200));
2489: hr_utility.trace('Stack9: '||substr(wf_core.error_stack, 1600, 200));
2490: hr_utility.trace('Stack10: '||substr(wf_core.error_stack, 1800, 200));
2491:

Line 2488: hr_utility.trace('Stack8: '||substr(wf_core.error_stack, 1400, 200));

2484: hr_utility.trace('Stack4: '||substr(wf_core.error_stack, 600, 200));
2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));
2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));
2487: hr_utility.trace('Stack7: '||substr(wf_core.error_stack, 1200, 200));
2488: hr_utility.trace('Stack8: '||substr(wf_core.error_stack, 1400, 200));
2489: hr_utility.trace('Stack9: '||substr(wf_core.error_stack, 1600, 200));
2490: hr_utility.trace('Stack10: '||substr(wf_core.error_stack, 1800, 200));
2491:
2492: end error;

Line 2489: hr_utility.trace('Stack9: '||substr(wf_core.error_stack, 1600, 200));

2485: hr_utility.trace('Stack5: '||substr(wf_core.error_stack, 800, 200));
2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));
2487: hr_utility.trace('Stack7: '||substr(wf_core.error_stack, 1200, 200));
2488: hr_utility.trace('Stack8: '||substr(wf_core.error_stack, 1400, 200));
2489: hr_utility.trace('Stack9: '||substr(wf_core.error_stack, 1600, 200));
2490: hr_utility.trace('Stack10: '||substr(wf_core.error_stack, 1800, 200));
2491:
2492: end error;
2493:

Line 2490: hr_utility.trace('Stack10: '||substr(wf_core.error_stack, 1800, 200));

2486: hr_utility.trace('Stack6: '||substr(wf_core.error_stack, 1000, 200));
2487: hr_utility.trace('Stack7: '||substr(wf_core.error_stack, 1200, 200));
2488: hr_utility.trace('Stack8: '||substr(wf_core.error_stack, 1400, 200));
2489: hr_utility.trace('Stack9: '||substr(wf_core.error_stack, 1600, 200));
2490: hr_utility.trace('Stack10: '||substr(wf_core.error_stack, 1800, 200));
2491:
2492: end error;
2493:
2494: