DBA Data[Home] [Help]

APPS.OKL_AM_SERVICE_K_INT_WF dependencies on WF_NOTIFICATION

Line 1233: if (disptype=wf_notification.doc_html) then -- bug 8974552

1229: IF l_user_id IS NULL THEN
1230: l_user_id := to_number(null);
1231: END IF;
1232:
1233: if (disptype=wf_notification.doc_html) then -- bug 8974552
1234: -- For html notification in Hijrah calendar, the MMM date format would be displayed correctly only when tag is used.
1235: -- Use NVL for NLS_CALENDAR
1236: l_dispose_date_text := '' ||
1237: to_char(l_dispose_date,

Line 1433: if (disptype=wf_notification.doc_html) then -- bug 8974552

1429: l_user_id := to_number(null);
1430: END IF;
1431:
1432:
1433: if (disptype=wf_notification.doc_html) then -- bug 8974552
1434: -- For html notification in Hijrah calendar, the MMM date format would be displayed correctly only when tag is used.
1435: -- Use NVL for NLS_CALENDAR
1436: l_return_date_text := '' ||
1437: to_char(l_return_date,

Line 1645: if (disptype=wf_notification.doc_html) then -- bug 8974552

1641: IF l_user_id IS NULL THEN
1642: l_user_id := to_number(null);
1643: END IF;
1644:
1645: if (disptype=wf_notification.doc_html) then -- bug 8974552
1646: -- For html notification in Hijrah calendar, the MMM date format would be displayed correctly only when tag is used.
1647: -- Use NVL for NLS_CALENDAR
1648: l_termination_date_text := '' ||
1649: to_char(l_termination_date,

Line 1859: if (disptype=wf_notification.doc_html) then -- bug 8974552

1855: IF l_user_id IS NULL THEN
1856: l_user_id := to_number(null);
1857: END IF;
1858:
1859: if (disptype=wf_notification.doc_html) then -- bug 8974552
1860: -- For html notification in Hijrah calendar, the MMM date format would be displayed correctly only when tag is used.
1861: -- Use NVL for NLS_CALENDAR
1862: l_termination_date_text := '' ||
1863: to_char(l_termination_date,

Line 2045: if (disptype=wf_notification.doc_html) then -- bug 8974552

2041: IF l_user_id IS NULL THEN
2042: l_user_id := to_number(null);
2043: END IF;
2044:
2045: if (disptype=wf_notification.doc_html) then -- bug 8974552
2046: -- For html notification in Hijrah calendar, the MMM date format would be displayed correctly only when tag is used.
2047: -- Use NVL for NLS_CALENDAR
2048: l_termination_date_text := '' ||
2049: to_char(l_termination_date,