DBA Data[Home] [Help]

APPS.ZPB_EXCEPTION_ALERT dependencies on HTF

Line 700: document := document|| htf.tableOpen(cattributes=>'width=100%');

696: l_label := FND_MESSAGE.GET;
697:
698:
699: -- put label in WF resource?
700: document := document|| htf.tableOpen(cattributes=>'width=100%');
701: document := document|| htf.tableRowOpen;
702: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
703: document := document|| htf.tableData(htf.br);
704: document := document|| htf.tableRowClose;

Line 701: document := document|| htf.tableRowOpen;

697:
698:
699: -- put label in WF resource?
700: document := document|| htf.tableOpen(cattributes=>'width=100%');
701: document := document|| htf.tableRowOpen;
702: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
703: document := document|| htf.tableData(htf.br);
704: document := document|| htf.tableRowClose;
705:

Line 702: document := document|| htf.tableData(cvalue=>htf.bold(l_label));

698:
699: -- put label in WF resource?
700: document := document|| htf.tableOpen(cattributes=>'width=100%');
701: document := document|| htf.tableRowOpen;
702: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
703: document := document|| htf.tableData(htf.br);
704: document := document|| htf.tableRowClose;
705:
706:

Line 703: document := document|| htf.tableData(htf.br);

699: -- put label in WF resource?
700: document := document|| htf.tableOpen(cattributes=>'width=100%');
701: document := document|| htf.tableRowOpen;
702: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
703: document := document|| htf.tableData(htf.br);
704: document := document|| htf.tableRowClose;
705:
706:
707: for v_results in c_results loop

Line 704: document := document|| htf.tableRowClose;

700: document := document|| htf.tableOpen(cattributes=>'width=100%');
701: document := document|| htf.tableRowOpen;
702: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
703: document := document|| htf.tableData(htf.br);
704: document := document|| htf.tableRowClose;
705:
706:
707: for v_results in c_results loop
708: /*

Line 725: document := document|| htf.tableRowOpen;

721: resultList := thisMember || ' - ' || thisVAlue;
722: */
723: resultList := v_results.member_display;
724: -- Exception results
725: document := document|| htf.tableRowOpen;
726: document := document|| htf.tableData(cvalue=>ResultList);
727: document := document|| htf.tableData(htf.br);
728: document := document|| htf.tableRowClose;
729:

Line 726: document := document|| htf.tableData(cvalue=>ResultList);

722: */
723: resultList := v_results.member_display;
724: -- Exception results
725: document := document|| htf.tableRowOpen;
726: document := document|| htf.tableData(cvalue=>ResultList);
727: document := document|| htf.tableData(htf.br);
728: document := document|| htf.tableRowClose;
729:
730: end loop;

Line 727: document := document|| htf.tableData(htf.br);

723: resultList := v_results.member_display;
724: -- Exception results
725: document := document|| htf.tableRowOpen;
726: document := document|| htf.tableData(cvalue=>ResultList);
727: document := document|| htf.tableData(htf.br);
728: document := document|| htf.tableRowClose;
729:
730: end loop;
731:

Line 728: document := document|| htf.tableRowClose;

724: -- Exception results
725: document := document|| htf.tableRowOpen;
726: document := document|| htf.tableData(cvalue=>ResultList);
727: document := document|| htf.tableData(htf.br);
728: document := document|| htf.tableRowClose;
729:
730: end loop;
731:
732: document_type := 'text/html';

Line 850: document := document|| htf.tableRowOpen;

846: end if;
847:
848: resultList := thisMember || ' - ' || thisVAlue;
849: -- Exception results
850: document := document|| htf.tableRowOpen;
851: document := document|| htf.tableData(cvalue=>htf.bold(ResultList));
852: document := document|| htf.tableRowClose;
853:
854: end loop;

Line 851: document := document|| htf.tableData(cvalue=>htf.bold(ResultList));

847:
848: resultList := thisMember || ' - ' || thisVAlue;
849: -- Exception results
850: document := document|| htf.tableRowOpen;
851: document := document|| htf.tableData(cvalue=>htf.bold(ResultList));
852: document := document|| htf.tableRowClose;
853:
854: end loop;
855:

Line 852: document := document|| htf.tableRowClose;

848: resultList := thisMember || ' - ' || thisVAlue;
849: -- Exception results
850: document := document|| htf.tableRowOpen;
851: document := document|| htf.tableData(cvalue=>htf.bold(ResultList));
852: document := document|| htf.tableRowClose;
853:
854: end loop;
855:
856: document_type := 'text/html';

Line 1207: document := document|| htf.tableOpen(cattributes=>'width=100%');

1203: l_label := FND_MESSAGE.GET;
1204:
1205:
1206: -- put label in WF resource?
1207: document := document|| htf.tableOpen(cattributes=>'width=100%');
1208: document := document|| htf.tableRowOpen;
1209: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1210: document := document|| htf.tableData(htf.br);
1211: document := document|| htf.tableRowClose;

Line 1208: document := document|| htf.tableRowOpen;

1204:
1205:
1206: -- put label in WF resource?
1207: document := document|| htf.tableOpen(cattributes=>'width=100%');
1208: document := document|| htf.tableRowOpen;
1209: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1210: document := document|| htf.tableData(htf.br);
1211: document := document|| htf.tableRowClose;
1212:

Line 1209: document := document|| htf.tableData(cvalue=>htf.bold(l_label));

1205:
1206: -- put label in WF resource?
1207: document := document|| htf.tableOpen(cattributes=>'width=100%');
1208: document := document|| htf.tableRowOpen;
1209: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1210: document := document|| htf.tableData(htf.br);
1211: document := document|| htf.tableRowClose;
1212:
1213: for v_byowner in c_byowner loop

Line 1210: document := document|| htf.tableData(htf.br);

1206: -- put label in WF resource?
1207: document := document|| htf.tableOpen(cattributes=>'width=100%');
1208: document := document|| htf.tableRowOpen;
1209: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1210: document := document|| htf.tableData(htf.br);
1211: document := document|| htf.tableRowClose;
1212:
1213: for v_byowner in c_byowner loop
1214: /*

Line 1211: document := document|| htf.tableRowClose;

1207: document := document|| htf.tableOpen(cattributes=>'width=100%');
1208: document := document|| htf.tableRowOpen;
1209: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1210: document := document|| htf.tableData(htf.br);
1211: document := document|| htf.tableRowClose;
1212:
1213: for v_byowner in c_byowner loop
1214: /*
1215: thisMember := v_byowner.member_display;

Line 1230: document := document|| htf.tableRowOpen;

1226: resultList := thisMember || ' - ' || thisVAlue;
1227: */
1228: resultList := v_byowner.member_display;
1229: -- Exception results
1230: document := document|| htf.tableRowOpen;
1231: document := document|| htf.tableData(cvalue=>ResultList);
1232: document := document|| htf.tableData(htf.br);
1233: document := document|| htf.tableRowClose;
1234:

Line 1231: document := document|| htf.tableData(cvalue=>ResultList);

1227: */
1228: resultList := v_byowner.member_display;
1229: -- Exception results
1230: document := document|| htf.tableRowOpen;
1231: document := document|| htf.tableData(cvalue=>ResultList);
1232: document := document|| htf.tableData(htf.br);
1233: document := document|| htf.tableRowClose;
1234:
1235: end loop;

Line 1232: document := document|| htf.tableData(htf.br);

1228: resultList := v_byowner.member_display;
1229: -- Exception results
1230: document := document|| htf.tableRowOpen;
1231: document := document|| htf.tableData(cvalue=>ResultList);
1232: document := document|| htf.tableData(htf.br);
1233: document := document|| htf.tableRowClose;
1234:
1235: end loop;
1236:

Line 1233: document := document|| htf.tableRowClose;

1229: -- Exception results
1230: document := document|| htf.tableRowOpen;
1231: document := document|| htf.tableData(cvalue=>ResultList);
1232: document := document|| htf.tableData(htf.br);
1233: document := document|| htf.tableRowClose;
1234:
1235: end loop;
1236:
1237: document_type := 'text/html';

Line 1464: document := document|| htf.tableRowOpen;

1460: l_label := FND_MESSAGE.GET;
1461:
1462: -- Exception results
1463: if reg1 is not NULL then
1464: document := document|| htf.tableRowOpen;
1465: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1466: document := document|| htf.tableData(htf.br);
1467: document := document|| htf.tableRowClose;
1468: document := document|| htf.tableRowOpen;

Line 1465: document := document|| htf.tableData(cvalue=>htf.bold(l_label));

1461:
1462: -- Exception results
1463: if reg1 is not NULL then
1464: document := document|| htf.tableRowOpen;
1465: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1466: document := document|| htf.tableData(htf.br);
1467: document := document|| htf.tableRowClose;
1468: document := document|| htf.tableRowOpen;
1469: document := document|| htf.tableData(cvalue=>reg1);

Line 1466: document := document|| htf.tableData(htf.br);

1462: -- Exception results
1463: if reg1 is not NULL then
1464: document := document|| htf.tableRowOpen;
1465: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1466: document := document|| htf.tableData(htf.br);
1467: document := document|| htf.tableRowClose;
1468: document := document|| htf.tableRowOpen;
1469: document := document|| htf.tableData(cvalue=>reg1);
1470: document := document|| htf.tableData(htf.br);

Line 1467: document := document|| htf.tableRowClose;

1463: if reg1 is not NULL then
1464: document := document|| htf.tableRowOpen;
1465: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1466: document := document|| htf.tableData(htf.br);
1467: document := document|| htf.tableRowClose;
1468: document := document|| htf.tableRowOpen;
1469: document := document|| htf.tableData(cvalue=>reg1);
1470: document := document|| htf.tableData(htf.br);
1471: document := document|| htf.tableRowClose;

Line 1468: document := document|| htf.tableRowOpen;

1464: document := document|| htf.tableRowOpen;
1465: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1466: document := document|| htf.tableData(htf.br);
1467: document := document|| htf.tableRowClose;
1468: document := document|| htf.tableRowOpen;
1469: document := document|| htf.tableData(cvalue=>reg1);
1470: document := document|| htf.tableData(htf.br);
1471: document := document|| htf.tableRowClose;
1472: end if;

Line 1469: document := document|| htf.tableData(cvalue=>reg1);

1465: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
1466: document := document|| htf.tableData(htf.br);
1467: document := document|| htf.tableRowClose;
1468: document := document|| htf.tableRowOpen;
1469: document := document|| htf.tableData(cvalue=>reg1);
1470: document := document|| htf.tableData(htf.br);
1471: document := document|| htf.tableRowClose;
1472: end if;
1473:

Line 1470: document := document|| htf.tableData(htf.br);

1466: document := document|| htf.tableData(htf.br);
1467: document := document|| htf.tableRowClose;
1468: document := document|| htf.tableRowOpen;
1469: document := document|| htf.tableData(cvalue=>reg1);
1470: document := document|| htf.tableData(htf.br);
1471: document := document|| htf.tableRowClose;
1472: end if;
1473:
1474: if reg2 is not NULL then

Line 1471: document := document|| htf.tableRowClose;

1467: document := document|| htf.tableRowClose;
1468: document := document|| htf.tableRowOpen;
1469: document := document|| htf.tableData(cvalue=>reg1);
1470: document := document|| htf.tableData(htf.br);
1471: document := document|| htf.tableRowClose;
1472: end if;
1473:
1474: if reg2 is not NULL then
1475: document := document|| htf.tableRowOpen;

Line 1475: document := document|| htf.tableRowOpen;

1471: document := document|| htf.tableRowClose;
1472: end if;
1473:
1474: if reg2 is not NULL then
1475: document := document|| htf.tableRowOpen;
1476: document := document|| htf.tableData(cvalue=>reg2);
1477: document := document|| htf.tableData(htf.br);
1478: document := document|| htf.tableRowClose;
1479: end if;

Line 1476: document := document|| htf.tableData(cvalue=>reg2);

1472: end if;
1473:
1474: if reg2 is not NULL then
1475: document := document|| htf.tableRowOpen;
1476: document := document|| htf.tableData(cvalue=>reg2);
1477: document := document|| htf.tableData(htf.br);
1478: document := document|| htf.tableRowClose;
1479: end if;
1480:

Line 1477: document := document|| htf.tableData(htf.br);

1473:
1474: if reg2 is not NULL then
1475: document := document|| htf.tableRowOpen;
1476: document := document|| htf.tableData(cvalue=>reg2);
1477: document := document|| htf.tableData(htf.br);
1478: document := document|| htf.tableRowClose;
1479: end if;
1480:
1481: if reg3 is not NULL then

Line 1478: document := document|| htf.tableRowClose;

1474: if reg2 is not NULL then
1475: document := document|| htf.tableRowOpen;
1476: document := document|| htf.tableData(cvalue=>reg2);
1477: document := document|| htf.tableData(htf.br);
1478: document := document|| htf.tableRowClose;
1479: end if;
1480:
1481: if reg3 is not NULL then
1482: document := document|| htf.tableRowOpen;

Line 1482: document := document|| htf.tableRowOpen;

1478: document := document|| htf.tableRowClose;
1479: end if;
1480:
1481: if reg3 is not NULL then
1482: document := document|| htf.tableRowOpen;
1483: document := document|| htf.tableData(cvalue=>reg3);
1484: document := document|| htf.tableData(htf.br);
1485: document := document|| htf.tableRowClose;
1486: end if;

Line 1483: document := document|| htf.tableData(cvalue=>reg3);

1479: end if;
1480:
1481: if reg3 is not NULL then
1482: document := document|| htf.tableRowOpen;
1483: document := document|| htf.tableData(cvalue=>reg3);
1484: document := document|| htf.tableData(htf.br);
1485: document := document|| htf.tableRowClose;
1486: end if;
1487:

Line 1484: document := document|| htf.tableData(htf.br);

1480:
1481: if reg3 is not NULL then
1482: document := document|| htf.tableRowOpen;
1483: document := document|| htf.tableData(cvalue=>reg3);
1484: document := document|| htf.tableData(htf.br);
1485: document := document|| htf.tableRowClose;
1486: end if;
1487:
1488: if reg4 is not NULL then

Line 1485: document := document|| htf.tableRowClose;

1481: if reg3 is not NULL then
1482: document := document|| htf.tableRowOpen;
1483: document := document|| htf.tableData(cvalue=>reg3);
1484: document := document|| htf.tableData(htf.br);
1485: document := document|| htf.tableRowClose;
1486: end if;
1487:
1488: if reg4 is not NULL then
1489: document := document|| htf.tableRowOpen;

Line 1489: document := document|| htf.tableRowOpen;

1485: document := document|| htf.tableRowClose;
1486: end if;
1487:
1488: if reg4 is not NULL then
1489: document := document|| htf.tableRowOpen;
1490: document := document|| htf.tableData(cvalue=>reg4);
1491: document := document|| htf.tableData(htf.br);
1492: document := document|| htf.tableRowClose;
1493: end if;

Line 1490: document := document|| htf.tableData(cvalue=>reg4);

1486: end if;
1487:
1488: if reg4 is not NULL then
1489: document := document|| htf.tableRowOpen;
1490: document := document|| htf.tableData(cvalue=>reg4);
1491: document := document|| htf.tableData(htf.br);
1492: document := document|| htf.tableRowClose;
1493: end if;
1494:

Line 1491: document := document|| htf.tableData(htf.br);

1487:
1488: if reg4 is not NULL then
1489: document := document|| htf.tableRowOpen;
1490: document := document|| htf.tableData(cvalue=>reg4);
1491: document := document|| htf.tableData(htf.br);
1492: document := document|| htf.tableRowClose;
1493: end if;
1494:
1495: if reg5 is not NULL then

Line 1492: document := document|| htf.tableRowClose;

1488: if reg4 is not NULL then
1489: document := document|| htf.tableRowOpen;
1490: document := document|| htf.tableData(cvalue=>reg4);
1491: document := document|| htf.tableData(htf.br);
1492: document := document|| htf.tableRowClose;
1493: end if;
1494:
1495: if reg5 is not NULL then
1496: document := document|| htf.tableRowOpen;

Line 1496: document := document|| htf.tableRowOpen;

1492: document := document|| htf.tableRowClose;
1493: end if;
1494:
1495: if reg5 is not NULL then
1496: document := document|| htf.tableRowOpen;
1497: document := document|| htf.tableData(cvalue=>reg5);
1498: document := document|| htf.tableData(htf.br);
1499: document := document|| htf.tableRowClose;
1500: end if;

Line 1497: document := document|| htf.tableData(cvalue=>reg5);

1493: end if;
1494:
1495: if reg5 is not NULL then
1496: document := document|| htf.tableRowOpen;
1497: document := document|| htf.tableData(cvalue=>reg5);
1498: document := document|| htf.tableData(htf.br);
1499: document := document|| htf.tableRowClose;
1500: end if;
1501:

Line 1498: document := document|| htf.tableData(htf.br);

1494:
1495: if reg5 is not NULL then
1496: document := document|| htf.tableRowOpen;
1497: document := document|| htf.tableData(cvalue=>reg5);
1498: document := document|| htf.tableData(htf.br);
1499: document := document|| htf.tableRowClose;
1500: end if;
1501:
1502: if reg6 is not NULL then

Line 1499: document := document|| htf.tableRowClose;

1495: if reg5 is not NULL then
1496: document := document|| htf.tableRowOpen;
1497: document := document|| htf.tableData(cvalue=>reg5);
1498: document := document|| htf.tableData(htf.br);
1499: document := document|| htf.tableRowClose;
1500: end if;
1501:
1502: if reg6 is not NULL then
1503: document := document|| htf.tableRowOpen;

Line 1503: document := document|| htf.tableRowOpen;

1499: document := document|| htf.tableRowClose;
1500: end if;
1501:
1502: if reg6 is not NULL then
1503: document := document|| htf.tableRowOpen;
1504: document := document|| htf.tableData(cvalue=>reg6);
1505: document := document|| htf.tableData(htf.br);
1506: document := document|| htf.tableRowClose;
1507: end if;

Line 1504: document := document|| htf.tableData(cvalue=>reg6);

1500: end if;
1501:
1502: if reg6 is not NULL then
1503: document := document|| htf.tableRowOpen;
1504: document := document|| htf.tableData(cvalue=>reg6);
1505: document := document|| htf.tableData(htf.br);
1506: document := document|| htf.tableRowClose;
1507: end if;
1508:

Line 1505: document := document|| htf.tableData(htf.br);

1501:
1502: if reg6 is not NULL then
1503: document := document|| htf.tableRowOpen;
1504: document := document|| htf.tableData(cvalue=>reg6);
1505: document := document|| htf.tableData(htf.br);
1506: document := document|| htf.tableRowClose;
1507: end if;
1508:
1509: document_type := 'text/html';

Line 1506: document := document|| htf.tableRowClose;

1502: if reg6 is not NULL then
1503: document := document|| htf.tableRowOpen;
1504: document := document|| htf.tableData(cvalue=>reg6);
1505: document := document|| htf.tableData(htf.br);
1506: document := document|| htf.tableRowClose;
1507: end if;
1508:
1509: document_type := 'text/html';
1510:

Line 2012: document := document|| htf.tableOpen(cattributes=>'width=100%');

2008: thisUser := substr(wf_directory.getroledisplayname(v_exChild.ASSIGNED_USER), 1, 320);
2009: -- thisUser := v_explainer.ASSIGNED_USER_DISPLAY_NAME;
2010: -- put label in WF resource?
2011: if l_ctr = 1 then
2012: document := document|| htf.tableOpen(cattributes=>'width=100%');
2013: document := document|| htf.tableRowOpen;
2014: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2015: document := document|| htf.tableData(htf.br);
2016: document := document|| htf.tableRowClose;

Line 2013: document := document|| htf.tableRowOpen;

2009: -- thisUser := v_explainer.ASSIGNED_USER_DISPLAY_NAME;
2010: -- put label in WF resource?
2011: if l_ctr = 1 then
2012: document := document|| htf.tableOpen(cattributes=>'width=100%');
2013: document := document|| htf.tableRowOpen;
2014: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2015: document := document|| htf.tableData(htf.br);
2016: document := document|| htf.tableRowClose;
2017: end if;

Line 2014: document := document|| htf.tableData(cvalue=>htf.bold(l_label));

2010: -- put label in WF resource?
2011: if l_ctr = 1 then
2012: document := document|| htf.tableOpen(cattributes=>'width=100%');
2013: document := document|| htf.tableRowOpen;
2014: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2015: document := document|| htf.tableData(htf.br);
2016: document := document|| htf.tableRowClose;
2017: end if;
2018: -- Exception results

Line 2015: document := document|| htf.tableData(htf.br);

2011: if l_ctr = 1 then
2012: document := document|| htf.tableOpen(cattributes=>'width=100%');
2013: document := document|| htf.tableRowOpen;
2014: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2015: document := document|| htf.tableData(htf.br);
2016: document := document|| htf.tableRowClose;
2017: end if;
2018: -- Exception results
2019: document := document|| htf.tableRowOpen;

Line 2016: document := document|| htf.tableRowClose;

2012: document := document|| htf.tableOpen(cattributes=>'width=100%');
2013: document := document|| htf.tableRowOpen;
2014: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2015: document := document|| htf.tableData(htf.br);
2016: document := document|| htf.tableRowClose;
2017: end if;
2018: -- Exception results
2019: document := document|| htf.tableRowOpen;
2020: document := document|| htf.tableData(cvalue=>thisUser);

Line 2019: document := document|| htf.tableRowOpen;

2015: document := document|| htf.tableData(htf.br);
2016: document := document|| htf.tableRowClose;
2017: end if;
2018: -- Exception results
2019: document := document|| htf.tableRowOpen;
2020: document := document|| htf.tableData(cvalue=>thisUser);
2021: document := document|| htf.tableData(htf.br);
2022: document := document|| htf.tableRowClose;
2023: end if;

Line 2020: document := document|| htf.tableData(cvalue=>thisUser);

2016: document := document|| htf.tableRowClose;
2017: end if;
2018: -- Exception results
2019: document := document|| htf.tableRowOpen;
2020: document := document|| htf.tableData(cvalue=>thisUser);
2021: document := document|| htf.tableData(htf.br);
2022: document := document|| htf.tableRowClose;
2023: end if;
2024: end loop;

Line 2021: document := document|| htf.tableData(htf.br);

2017: end if;
2018: -- Exception results
2019: document := document|| htf.tableRowOpen;
2020: document := document|| htf.tableData(cvalue=>thisUser);
2021: document := document|| htf.tableData(htf.br);
2022: document := document|| htf.tableRowClose;
2023: end if;
2024: end loop;
2025: --pool1

Line 2022: document := document|| htf.tableRowClose;

2018: -- Exception results
2019: document := document|| htf.tableRowOpen;
2020: document := document|| htf.tableData(cvalue=>thisUser);
2021: document := document|| htf.tableData(htf.br);
2022: document := document|| htf.tableRowClose;
2023: end if;
2024: end loop;
2025: --pool1
2026:

Line 2060: document := document|| htf.tableOpen(cattributes=>'width=100%');

2056: -- thisUser := v_approver.ASSIGNED_USER_DISPLAY_NAME;
2057: -- put label in WF resource?
2058:
2059: if l_ctr = 1 then
2060: document := document|| htf.tableOpen(cattributes=>'width=100%');
2061: document := document|| htf.tableRowOpen;
2062: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2063: document := document|| htf.tableData(htf.br);
2064: document := document|| htf.tableRowClose;

Line 2061: document := document|| htf.tableRowOpen;

2057: -- put label in WF resource?
2058:
2059: if l_ctr = 1 then
2060: document := document|| htf.tableOpen(cattributes=>'width=100%');
2061: document := document|| htf.tableRowOpen;
2062: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2063: document := document|| htf.tableData(htf.br);
2064: document := document|| htf.tableRowClose;
2065: end if;

Line 2062: document := document|| htf.tableData(cvalue=>htf.bold(l_label));

2058:
2059: if l_ctr = 1 then
2060: document := document|| htf.tableOpen(cattributes=>'width=100%');
2061: document := document|| htf.tableRowOpen;
2062: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2063: document := document|| htf.tableData(htf.br);
2064: document := document|| htf.tableRowClose;
2065: end if;
2066:

Line 2063: document := document|| htf.tableData(htf.br);

2059: if l_ctr = 1 then
2060: document := document|| htf.tableOpen(cattributes=>'width=100%');
2061: document := document|| htf.tableRowOpen;
2062: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2063: document := document|| htf.tableData(htf.br);
2064: document := document|| htf.tableRowClose;
2065: end if;
2066:
2067: -- Exception results

Line 2064: document := document|| htf.tableRowClose;

2060: document := document|| htf.tableOpen(cattributes=>'width=100%');
2061: document := document|| htf.tableRowOpen;
2062: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2063: document := document|| htf.tableData(htf.br);
2064: document := document|| htf.tableRowClose;
2065: end if;
2066:
2067: -- Exception results
2068: document := document|| htf.tableRowOpen;

Line 2068: document := document|| htf.tableRowOpen;

2064: document := document|| htf.tableRowClose;
2065: end if;
2066:
2067: -- Exception results
2068: document := document|| htf.tableRowOpen;
2069: document := document|| htf.tableData(cvalue=>thisUser);
2070: document := document|| htf.tableData(htf.br);
2071: document := document|| htf.tableRowClose;
2072: end if;

Line 2069: document := document|| htf.tableData(cvalue=>thisUser);

2065: end if;
2066:
2067: -- Exception results
2068: document := document|| htf.tableRowOpen;
2069: document := document|| htf.tableData(cvalue=>thisUser);
2070: document := document|| htf.tableData(htf.br);
2071: document := document|| htf.tableRowClose;
2072: end if;
2073:

Line 2070: document := document|| htf.tableData(htf.br);

2066:
2067: -- Exception results
2068: document := document|| htf.tableRowOpen;
2069: document := document|| htf.tableData(cvalue=>thisUser);
2070: document := document|| htf.tableData(htf.br);
2071: document := document|| htf.tableRowClose;
2072: end if;
2073:
2074: end loop;

Line 2071: document := document|| htf.tableRowClose;

2067: -- Exception results
2068: document := document|| htf.tableRowOpen;
2069: document := document|| htf.tableData(cvalue=>thisUser);
2070: document := document|| htf.tableData(htf.br);
2071: document := document|| htf.tableRowClose;
2072: end if;
2073:
2074: end loop;
2075: -- pool2

Line 2550: document := document|| htf.tableOpen(cattributes=>'width=100%');

2546: FND_MESSAGE.SET_TOKEN ('ZPB_WF_DIMNAME', l_dimname);
2547: l_label := FND_MESSAGE.GET;
2548:
2549: -- put label in WF resource?
2550: document := document|| htf.tableOpen(cattributes=>'width=100%');
2551: document := document|| htf.tableRowOpen;
2552: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2553: document := document|| htf.tableData(htf.br);
2554: document := document|| htf.tableRowClose;

Line 2551: document := document|| htf.tableRowOpen;

2547: l_label := FND_MESSAGE.GET;
2548:
2549: -- put label in WF resource?
2550: document := document|| htf.tableOpen(cattributes=>'width=100%');
2551: document := document|| htf.tableRowOpen;
2552: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2553: document := document|| htf.tableData(htf.br);
2554: document := document|| htf.tableRowClose;
2555:

Line 2552: document := document|| htf.tableData(cvalue=>htf.bold(l_label));

2548:
2549: -- put label in WF resource?
2550: document := document|| htf.tableOpen(cattributes=>'width=100%');
2551: document := document|| htf.tableRowOpen;
2552: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2553: document := document|| htf.tableData(htf.br);
2554: document := document|| htf.tableRowClose;
2555:
2556: for v_byowner in c_byowner loop

Line 2553: document := document|| htf.tableData(htf.br);

2549: -- put label in WF resource?
2550: document := document|| htf.tableOpen(cattributes=>'width=100%');
2551: document := document|| htf.tableRowOpen;
2552: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2553: document := document|| htf.tableData(htf.br);
2554: document := document|| htf.tableRowClose;
2555:
2556: for v_byowner in c_byowner loop
2557: /*

Line 2554: document := document|| htf.tableRowClose;

2550: document := document|| htf.tableOpen(cattributes=>'width=100%');
2551: document := document|| htf.tableRowOpen;
2552: document := document|| htf.tableData(cvalue=>htf.bold(l_label));
2553: document := document|| htf.tableData(htf.br);
2554: document := document|| htf.tableRowClose;
2555:
2556: for v_byowner in c_byowner loop
2557: /*
2558: thisMember := v_byowner.member_display;

Line 2571: document := document|| htf.tableRowOpen;

2567: end if;
2568: */
2569: resultList := v_byowner.member_display;
2570: -- Exception results
2571: document := document|| htf.tableRowOpen;
2572: document := document|| htf.tableData(cvalue=>ResultList);
2573: document := document|| htf.tableData(htf.br);
2574: document := document|| htf.tableRowClose;
2575:

Line 2572: document := document|| htf.tableData(cvalue=>ResultList);

2568: */
2569: resultList := v_byowner.member_display;
2570: -- Exception results
2571: document := document|| htf.tableRowOpen;
2572: document := document|| htf.tableData(cvalue=>ResultList);
2573: document := document|| htf.tableData(htf.br);
2574: document := document|| htf.tableRowClose;
2575:
2576: end loop;

Line 2573: document := document|| htf.tableData(htf.br);

2569: resultList := v_byowner.member_display;
2570: -- Exception results
2571: document := document|| htf.tableRowOpen;
2572: document := document|| htf.tableData(cvalue=>ResultList);
2573: document := document|| htf.tableData(htf.br);
2574: document := document|| htf.tableRowClose;
2575:
2576: end loop;
2577:

Line 2574: document := document|| htf.tableRowClose;

2570: -- Exception results
2571: document := document|| htf.tableRowOpen;
2572: document := document|| htf.tableData(cvalue=>ResultList);
2573: document := document|| htf.tableData(htf.br);
2574: document := document|| htf.tableRowClose;
2575:
2576: end loop;
2577:
2578: document_type := 'text/html';