DBA Data[Home] [Help]

APPS.EDR_UTILITIES dependencies on WF_NOTIFICATION

Line 669: l_cells wf_notification.tdType;

665: l_begin_date date;
666: i pls_integer;
667: j pls_integer;
668: l_delim varchar2(1) ;
669: l_cells wf_notification.tdType;
670: l_result varchar2(32767);
671: L_SIGNATURE_SEQUENCE number;
672: L_USER_NAME varchar2(240);
673: L_SIGNATURE_STATUS varchar2(240);

Line 700: IF display_type = WF_NOTIFICATION.doc_text THEN

696: --Bug 4074173 : end
697:
698: -- Bug 3841676 : Start
699: -- Display EDR Signature History based on WF Document Type
700: IF display_type = WF_NOTIFICATION.doc_text THEN
701: document := NULL;
702: ELSE
703: j := 1;
704: l_cells(j) := 'S:'||FND_MESSAGE.GET_STRING('EDR','EDR_NTF_SEQUENCE');

Line 752: wf_notification.NTF_Table(l_cells,8,'HL',l_result);

748: end loop;
749: table_width := '100%';
750: --Bug 4113995: Start
751: --The signature history table will now have 8 columns.
752: wf_notification.NTF_Table(l_cells,8,'HL',l_result);
753: --Bug 4113995: End
754:
755: -- Bug 3787607 : Start
756: -- Removed hard-coded usage of colors and used corresponding Style Sheet