DBA Data[Home] [Help]

APPS.WF_MAILER_PARAMETER dependencies on WF_NOTIFICATION

Line 112: lValue := wf_notification.getAttrText(pNID, substrb(attr,2));

108: attr := stack(1);
109: defv := stack(3);
110: IF substrb(attr, 1, 1)='&' THEN
111: BEGIN
112: lValue := wf_notification.getAttrText(pNID, substrb(attr,2));
113: EXCEPTION
114: WHEN OTHERS THEN
115: wf_core.clear;
116: lValue := defv;

Line 1067: l_value := wf_notification.getAttrText(pNid, '#WFM_'||pName);

1063:
1064: BEGIN
1065: pInAttr := 'N';
1066: begin
1067: l_value := wf_notification.getAttrText(pNid, '#WFM_'||pName);
1068: pInAttr := 'Y';
1069: exception
1070: when others then
1071: if (wf_core.error_name = 'WFNTF_ATTR') then