DBA Data[Home] [Help]

APPS.OZF_CLAIM_APPROVAL_PVT dependencies on FND_GLOBAL

Line 512: -- l_fyi_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;

508: ,itemkey => l_item_key
509: ,aname => 'OZF_FORWARD_FROM_USERNAME');
510: */
511: -- IF (display_type = 'text/plain') THEN
512: -- l_fyi_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;
513: l_fyi_notification := l_body;
514: document := document || l_fyi_notification;
515: document_type := 'text/plain';
516: RETURN;

Line 521: FND_GLOBAL.LOCAL_CHR(10) ||

517: -- END IF;
518: /*
519: IF (display_type = 'text/html') THEN
520: l_fyi_notification := l_string ||
521: FND_GLOBAL.LOCAL_CHR(10) ||
522: l_string1 ||
523: FND_GLOBAL.LOCAL_CHR(10) ||
524: l_string2;
525: document := document||l_appreq_notification;

Line 523: FND_GLOBAL.LOCAL_CHR(10) ||

519: IF (display_type = 'text/html') THEN
520: l_fyi_notification := l_string ||
521: FND_GLOBAL.LOCAL_CHR(10) ||
522: l_string1 ||
523: FND_GLOBAL.LOCAL_CHR(10) ||
524: l_string2;
525: document := document||l_appreq_notification;
526: document_type := 'text/html';
527: RETURN;

Line 804: -- l_appreq_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;

800: -- ,aname => 'AMS_FORWARD_FROM_USERNAME');
801: */
802:
803: -- IF (display_type = 'text/plain') THEN
804: -- l_appreq_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;
805:
806: l_appreq_notification := l_body;
807: document := document || l_appreq_notification;
808: document_type := 'text/plain';

Line 816: -- FND_GLOBAL.LOCAL_CHR(10) ||

812:
813: /*
814: -- IF (display_type = 'text/html') THEN
815: -- l_appreq_notification := l_string ||
816: -- FND_GLOBAL.LOCAL_CHR(10) ||
817: -- l_string1 ||
818: -- FND_GLOBAL.LOCAL_CHR(10) ||
819: -- l_string2;
820: -- document := document||l_appreq_notification;

Line 818: -- FND_GLOBAL.LOCAL_CHR(10) ||

814: -- IF (display_type = 'text/html') THEN
815: -- l_appreq_notification := l_string ||
816: -- FND_GLOBAL.LOCAL_CHR(10) ||
817: -- l_string1 ||
818: -- FND_GLOBAL.LOCAL_CHR(10) ||
819: -- l_string2;
820: -- document := document||l_appreq_notification;
821: -- document_type := 'text/html';
822: -- RETURN;

Line 1061: -- l_apprem_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;

1057: ,itemkey => l_item_key
1058: ,aname => 'OZF_FORWARD_FROM_USERNAME');
1059: */
1060: -- IF (display_type = 'text/plain') THEN
1061: -- l_apprem_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;
1062: l_apprem_notification := l_body;
1063: document := document || l_apprem_notification;
1064: document_type := 'text/plain';
1065: RETURN;

Line 1071: FND_GLOBAL.LOCAL_CHR(10) ||

1067:
1068: /*
1069: IF (display_type = 'text/html') THEN
1070: l_appreq_notification := l_string ||
1071: FND_GLOBAL.LOCAL_CHR(10) ||
1072: l_string1 ||
1073: FND_GLOBAL.LOCAL_CHR(10) ||
1074: l_string2;
1075: document := document||l_appreq_notification;

Line 1073: FND_GLOBAL.LOCAL_CHR(10) ||

1069: IF (display_type = 'text/html') THEN
1070: l_appreq_notification := l_string ||
1071: FND_GLOBAL.LOCAL_CHR(10) ||
1072: l_string1 ||
1073: FND_GLOBAL.LOCAL_CHR(10) ||
1074: l_string2;
1075: document := document||l_appreq_notification;
1076: document_type := 'text/html';
1077: RETURN;

Line 1318: -- l_appr_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;

1314: ,itemkey => l_item_key
1315: ,aname => 'OZF_FORWARD_FROM_USERNAME');
1316: */
1317: -- IF (display_type = 'text/plain') THEN
1318: -- l_appr_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;
1319: l_appr_notification := l_body;
1320: document := document || l_appr_notification;
1321: document_type := 'text/plain';
1322: RETURN;

Line 1328: FND_GLOBAL.LOCAL_CHR(10) ||

1324:
1325: /*
1326: IF (display_type = 'text/html') THEN
1327: l_appreq_notification := l_string ||
1328: FND_GLOBAL.LOCAL_CHR(10) ||
1329: l_string1 ||
1330: FND_GLOBAL.LOCAL_CHR(10) ||
1331: l_string2;
1332: document := document||l_appreq_notification;

Line 1330: FND_GLOBAL.LOCAL_CHR(10) ||

1326: IF (display_type = 'text/html') THEN
1327: l_appreq_notification := l_string ||
1328: FND_GLOBAL.LOCAL_CHR(10) ||
1329: l_string1 ||
1330: FND_GLOBAL.LOCAL_CHR(10) ||
1331: l_string2;
1332: document := document||l_appreq_notification;
1333: document_type := 'text/html';
1334: RETURN;

Line 1574: -- l_rej_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;

1570: ,itemkey => l_item_key
1571: ,aname => 'AMS_FORWARD_FROM_USERNAME');
1572: */
1573: -- IF (display_type = 'text/plain') THEN
1574: -- l_rej_notification := l_subject || FND_GLOBAL.LOCAL_CHR(10) || l_body;
1575: l_rej_notification := l_body;
1576: document := document || l_rej_notification;
1577: document_type := 'text/plain';
1578: RETURN;

Line 1584: FND_GLOBAL.LOCAL_CHR(10) ||

1580:
1581: /*
1582: IF (display_type = 'text/html') THEN
1583: l_appreq_notification := l_string ||
1584: FND_GLOBAL.LOCAL_CHR(10) ||
1585: l_string1 ||
1586: FND_GLOBAL.LOCAL_CHR(10) ||
1587: l_string2;
1588: document := document||l_appreq_notification;

Line 1586: FND_GLOBAL.LOCAL_CHR(10) ||

1582: IF (display_type = 'text/html') THEN
1583: l_appreq_notification := l_string ||
1584: FND_GLOBAL.LOCAL_CHR(10) ||
1585: l_string1 ||
1586: FND_GLOBAL.LOCAL_CHR(10) ||
1587: l_string2;
1588: document := document||l_appreq_notification;
1589: document_type := 'text/html';
1590: RETURN;

Line 2282: FND_GLOBAL.apps_initialize( user_id => l_user_id

2278: );
2279: resultout := 'COMPLETE:ERROR';
2280: RETURN;
2281: ELSIF l_update_status IN ('APPROVED', 'REJECTED') THEN
2282: FND_GLOBAL.apps_initialize( user_id => l_user_id
2283: , resp_id => l_resp_id
2284: , resp_appl_id => l_appl_id
2285: --, security_group_id => l_security_group_id
2286: );