DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTNOTIF_PVT dependencies on WF_CORE

Line 404: if(wf_core.translate('WF_HEADER_ATTR') <> 'Y') then

400: if (display_type = 'text/html') then
401:
402:
403: l_document := l_document || '' || NL;
404: if(wf_core.translate('WF_HEADER_ATTR') <> 'Y') then
405: l_document := l_document || ConstructHeaderInfo(l_item_type,
406: l_item_key, l_change_request_group_id,
407: l_document_id, 'A');
408:

Line 548: if(wf_core.translate('WF_HEADER_ATTR') <> 'Y') then

544: if (display_type = 'text/html') then
545:
546:
547: l_document := l_document || '' || NL;
548: if(wf_core.translate('WF_HEADER_ATTR') <> 'Y') then
549: l_document := l_document || ConstructHeaderInfo(l_item_type,
550: l_item_key, l_change_request_group_id,
551: l_document_id, 'R');
552: WF_NOTIFICATION.WriteToClob(document,l_document);

Line 2442: wf_core.context('PO_WF_REQ_NOTIFICATION','SetDocMgrContext',l_progress);

2438:
2439: EXCEPTION
2440:
2441: WHEN OTHERS THEN
2442: wf_core.context('PO_WF_REQ_NOTIFICATION','SetDocMgrContext',l_progress);
2443: raise;
2444:
2445: END SetDocMgrContext;
2446:

Line 4490: wf_core.context('PO_WF_REQ_NOTIFICATION','Get_Currency_Info',l_progress);

4486: end if;
4487:
4488: EXCEPTION
4489: when others then
4490: wf_core.context('PO_WF_REQ_NOTIFICATION','Get_Currency_Info',l_progress);
4491: raise;
4492:
4493: END Get_Currency_Info;
4494: