DBA Data[Home] [Help]

APPS.BIS_CORRECTIVE_ACTION_PVT dependencies on FND_MESSAGE

Line 720: l_start_label := BIS_UTILITIES_PVT.Get_FND_Message('BIS_ROLLING_START');

716: ( p_level_short_name => l_time_level_short_name
717: , p_end_date => l_rolling_period_end_date
718: );
719:
720: l_start_label := BIS_UTILITIES_PVT.Get_FND_Message('BIS_ROLLING_START');
721: l_end_label := BIS_UTILITIES_PVT.Get_FND_Message('BIS_ROLLING_END');
722:
723: ELSE
724:

Line 721: l_end_label := BIS_UTILITIES_PVT.Get_FND_Message('BIS_ROLLING_END');

717: , p_end_date => l_rolling_period_end_date
718: );
719:
720: l_start_label := BIS_UTILITIES_PVT.Get_FND_Message('BIS_ROLLING_START');
721: l_end_label := BIS_UTILITIES_PVT.Get_FND_Message('BIS_ROLLING_END');
722:
723: ELSE
724:
725: WF_ENGINE.SetItemAttrText

Line 748: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_SUBJECT')

744:
745:
746:
747: l_label := BIS_UTILITIES_PVT.getPrompt
748: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_SUBJECT')
749: ); -- BIS_UTILITIES_PUB.put_line(p_text =>'Subject'||l_label);
750:
751: WF_ENGINE.SetItemAttrText
752: ( itemtype => l_item_type

Line 762: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_DETAILS')

758:
759: -- set the workflow attributes
760: --
761: l_label := BIS_UTILITIES_PVT.getPrompt
762: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_DETAILS')
763: ); -- BIS_UTILITIES_PUB.put_line(p_text =>'Details'||l_label);
764:
765: WF_ENGINE.SetItemAttrText
766: ( itemtype => l_item_type

Line 773: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_MSG')

769: , avalue => l_label
770: );
771:
772: l_label := BIS_UTILITIES_PVT.getPrompt
773: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_MSG')
774: );
775: -- BIS_UTILITIES_PUB.put_line(p_text =>'Alert Msg'||l_label);
776: WF_ENGINE.SetItemAttrText
777: ( itemtype => l_item_type

Line 784: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_RUN_DATE')

780: , avalue => l_label
781: );
782:
783: l_label := BIS_UTILITIES_PVT.getPrompt
784: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_RUN_DATE')
785: );
786: -- BIS_UTILITIES_PUB.put_line(p_text =>'Run Date'||l_label);
787: WF_ENGINE.SetItemAttrText
788: ( itemtype => l_item_type

Line 860: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_PERF_MEASURE')

856:
857: BIS_UTILITIES_PUB.put_line(p_text =>'Dimension: '||l_alert_details);
858:
859: l_label := BIS_UTILITIES_PVT.getPrompt
860: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_PERF_MEASURE')
861: );
862: BIS_UTILITIES_PUB.put_line(p_text =>'Perf Measure'||l_label);
863: wf_engine.SetItemAttrText
864: ( itemtype => l_item_type

Line 877: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_UNIT_MEASURE')

873: , avalue => l_measure_rec.Measure_Name
874: );
875:
876: l_label := BIS_UTILITIES_PVT.getPrompt
877: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_UNIT_MEASURE')
878: );
879: BIS_UTILITIES_PUB.put_line(p_text =>'Unit Of Measure'||l_label);
880: wf_engine.SetItemAttrText
881: ( itemtype => l_item_type

Line 896: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_TARGET')

892:
893: --BIS_UTILITIES_PUB.put_line(p_text =>l_label||': '||p_measure_instance.Measure_Name);
894:
895: l_label := BIS_UTILITIES_PVT.getPrompt
896: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_TARGET')
897: );
898: BIS_UTILITIES_PUB.put_line(p_text =>'Target'||l_label);
899: wf_engine.SetItemAttrText
900: ( itemtype => l_item_type

Line 917: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_TOLERANCE_RANGE1')

913:
914: if (l_number_out_of_range >= 100) then
915:
916: l_label := BIS_UTILITIES_PVT.getPrompt
917: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_TOLERANCE_RANGE1')
918: );
919: BIS_UTILITIES_PUB.put_line(p_text =>'Tolerance Range 1'||l_label);
920:
921: wf_engine.SetItemAttrText

Line 931: , avalue => l_target_rec.Range1_low || fnd_message.get_string('BIS', 'BIS_ALERT_BELOW') || ' '||l_target_rec.Range1_high||fnd_message.get_string('BIS', 'BIS_ALERT_ABOVE')||' '||l_target_rec.Notify_Resp1_Name); -- 1880142

927: wf_engine.SetItemAttrText
928: ( itemtype => l_item_type
929: , itemkey => l_wf_item_key
930: , aname => 'L_TOLERANCE_RANGE_1'
931: , avalue => l_target_rec.Range1_low || fnd_message.get_string('BIS', 'BIS_ALERT_BELOW') || ' '||l_target_rec.Range1_high||fnd_message.get_string('BIS', 'BIS_ALERT_ABOVE')||' '||l_target_rec.Notify_Resp1_Name); -- 1880142
932: --1880142 , avalue => l_target_rec.Range1_low || ' - ' || l_target_rec.Range1_high||' - '||l_target_rec.Notify_Resp1_Name);
933:
934: --BIS_UTILITIES_PUB.put_line(p_text =>l_label||': '||l_target_rec.Range1_low || ' - ' || l_target_rec.Range1_high);
935:

Line 941: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_TOLERANCE_RANGE2')

937:
938: if ( mod(l_number_out_of_range, 100) >= 10 ) then
939:
940: l_label := BIS_UTILITIES_PVT.getPrompt
941: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_TOLERANCE_RANGE2')
942: );
943: BIS_UTILITIES_PUB.put_line(p_text =>'Tolerance Range 2'||l_label);
944:
945: wf_engine.SetItemAttrText

Line 955: , avalue => l_target_rec.Range2_low || fnd_message.get_string('BIS', 'BIS_ALERT_BELOW') || ' '||l_target_rec.Range2_high||fnd_message.get_string('BIS', 'BIS_ALERT_ABOVE')||' '||l_target_rec.Notify_Resp2_Name); -- 1880142

951: wf_engine.SetItemAttrText
952: ( itemtype => l_item_type
953: , itemkey => l_wf_item_key
954: , aname => 'L_TOLERANCE_RANGE_2'
955: , avalue => l_target_rec.Range2_low || fnd_message.get_string('BIS', 'BIS_ALERT_BELOW') || ' '||l_target_rec.Range2_high||fnd_message.get_string('BIS', 'BIS_ALERT_ABOVE')||' '||l_target_rec.Notify_Resp2_Name); -- 1880142
956: -- 1880142, avalue => l_target_rec.Range2_low || ' - ' || l_target_rec.Range2_high||' - '||l_target_rec.Notify_Resp2_Name);
957:
958: --BIS_UTILITIES_PUB.put_line(p_text =>l_label||': '||l_target_rec.Range2_low || ' - ' || l_target_rec.Range2_high);
959:

Line 965: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_TOLERANCE_RANGE3')

961:
962: if ( mod(l_number_out_of_range, 100) = 1 ) or ( mod(l_number_out_of_range, 10) = 1 ) then
963:
964: l_label := BIS_UTILITIES_PVT.getPrompt
965: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_TOLERANCE_RANGE3')
966: );
967:
968: BIS_UTILITIES_PUB.put_line(p_text =>'Tolerance Range 3'||l_label);
969:

Line 980: , avalue => l_target_rec.Range3_low || fnd_message.get_string('BIS', 'BIS_ALERT_BELOW') || ' '||l_target_rec.Range3_high||fnd_message.get_string('BIS', 'BIS_ALERT_ABOVE')||' '||l_target_rec.Notify_Resp3_Name); -- 1880142

976: wf_engine.SetItemAttrText
977: ( itemtype => l_item_type
978: , itemkey => l_wf_item_key
979: , aname => 'L_TOLERANCE_RANGE_3'
980: , avalue => l_target_rec.Range3_low || fnd_message.get_string('BIS', 'BIS_ALERT_BELOW') || ' '||l_target_rec.Range3_high||fnd_message.get_string('BIS', 'BIS_ALERT_ABOVE')||' '||l_target_rec.Notify_Resp3_Name); -- 1880142
981: --1880142 , avalue => l_target_rec.Range3_low || ' - ' || l_target_rec.Range3_high||' - '||l_target_rec.Notify_Resp3_Name);
982:
983: --BIS_UTILITIES_PUB.put_line(p_text =>l_label||': '||l_target_rec.Range3_low || ' - ' || l_target_rec.Range3_high);
984:

Line 989: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_ACTUAL')

985: end if;
986:
987:
988: l_label := BIS_UTILITIES_PVT.getPrompt
989: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_ACTUAL')
990: );
991: BIS_UTILITIES_PUB.put_line(p_text =>'Actual'||l_label);
992: wf_engine.SetItemAttrText
993: ( itemtype => l_item_type

Line 1008: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_INFO')

1004:
1005: --BIS_UTILITIES_PUB.put_line(p_text =>l_label||': '||l_actual_rec.Actual);
1006:
1007: l_label := BIS_UTILITIES_PVT.getPrompt
1008: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_INFO')
1009: );
1010: BIS_UTILITIES_PUB.put_line(p_text =>'info'||l_label);
1011: wf_engine.SetItemAttrText
1012: ( itemtype => l_item_type

Line 1020: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_NORPT1')

1016: );
1017:
1018: If ( l_link is null ) THEN -- UPPER(l_link) = G_RPT_ERROR then
1019: l_label := BIS_UTILITIES_PVT.getPrompt
1020: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_NORPT1')
1021: );
1022:
1023: wf_engine.SetItemAttrText
1024: ( itemtype => l_item_type

Line 1030: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_NORPT2')

1026: , aname => 'L_RELATE_INFO_LABEL'
1027: , avalue => l_label
1028: );
1029: l_label := BIS_UTILITIES_PVT.getPrompt
1030: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_NORPT2')
1031: );
1032:
1033: wf_engine.SetItemAttrText
1034: ( itemtype => l_item_type

Line 1051: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_INFO_MSG')

1047: Else
1048:
1049:
1050: l_label := BIS_UTILITIES_PVT.getPrompt
1051: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_INFO_MSG')
1052: );
1053:
1054: wf_engine.SetItemAttrText
1055: ( itemtype => l_item_type

Line 1078: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_RECIPIENTS')

1074:
1075: End If;
1076:
1077: l_label := BIS_UTILITIES_PVT.getPrompt
1078: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_RECIPIENTS')
1079: );
1080: BIS_UTILITIES_PUB.put_line(p_text =>'Recipients'||l_label);
1081: wf_engine.SetItemAttrText
1082: ( itemtype => l_item_type

Line 1090: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_REC_MSG')

1086: );
1087:
1088: --BIS_UTILITIES_PUB.put_line(p_text =>l_label);
1089: l_label := BIS_UTILITIES_PVT.getPrompt
1090: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_REC_MSG')
1091: );
1092: BIS_UTILITIES_PUB.put_line(p_text =>'Rec Msg'||l_label);
1093: wf_engine.SetItemAttrText
1094: ( itemtype => l_item_type

Line 1146: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_SCHEDULE')

1142: , aname => 'L_RECEPIENT_TXT'
1143: , avalue => l_msg1
1144: );
1145: l_label := BIS_UTILITIES_PVT.getPrompt
1146: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_SCHEDULE')
1147: );
1148:
1149: wf_engine.SetItemAttrText
1150: ( itemtype => l_item_type

Line 1170: (p_attribute_code => BIS_UTILITIES_PVT.Get_FND_Message(

1166: , aname => 'NEXT_RUN_DATE'
1167: , avalue => l_next_run_date
1168: );
1169: l_label := BIS_UTILITIES_PVT.getPrompt
1170: (p_attribute_code => BIS_UTILITIES_PVT.Get_FND_Message(
1171: p_message_name => 'BIS_ALERT_SCHEDULE_MSG1'
1172: , p_msg_param1 => 'NEXT_RUN_DATE'
1173: , p_msg_param1_val => l_next_run_date
1174: )

Line 1188: (p_attribute_code => BIS_UTILITIES_PVT.Get_FND_Message(

1184: , avalue => l_schedule_unit -- 1880142
1185: );
1186:
1187: l_label := l_label || ' ' || BIS_UTILITIES_PVT.getPrompt
1188: (p_attribute_code => BIS_UTILITIES_PVT.Get_FND_Message(
1189: p_message_name => 'BIS_ALERT_SCHEDULE_MSG2'
1190: , p_msg_param1 => 'SCHEDULE_INFO'
1191: , p_msg_param1_val => l_schedule_unit
1192: )

Line 1199: l_label := BIS_UTILITIES_PVT.getPrompt(p_attribute_code=> fnd_message.get_string('BIS', 'BIS_ALERT_NOT_REPEAT'));

1195: end if;
1196:
1197: else
1198:
1199: l_label := BIS_UTILITIES_PVT.getPrompt(p_attribute_code=> fnd_message.get_string('BIS', 'BIS_ALERT_NOT_REPEAT'));
1200:
1201: end if;
1202:
1203: --l_msg := l_msg||'You will only receive an alert if the actual performane measure is outside of the tolerance range.';

Line 1205: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_SCHEDULE_MSG3')

1201: end if;
1202:
1203: --l_msg := l_msg||'You will only receive an alert if the actual performane measure is outside of the tolerance range.';
1204: l_label := l_label || ' ' || BIS_UTILITIES_PVT.getPrompt
1205: (p_attribute_code => fnd_message.get_string('BIS', 'BIS_ALERT_SCHEDULE_MSG3')
1206: );
1207:
1208:
1209: -- Begin addition 1898436

Line 1242: l_label := l_label || ' ' || fnd_message.get_string('BIS', 'BIS_PMF_ALERT_UNSUB') ;

1238: || '&' || 'pParameter6Value=' || l_param_set_rec.PARAMETER6_VALUE
1239: || '&' || 'pParameter7Value=' || l_param_set_rec.PARAMETER7_VALUE;
1240:
1241:
1242: l_label := l_label || ' ' || fnd_message.get_string('BIS', 'BIS_PMF_ALERT_UNSUB') ;
1243: l_label1 := l_label;
1244: l_label := l_label || ' '
1245: || ' 1246: || l_unscubscribe_url
1247: || '">'
1248: || fnd_message.get_string('BIS', 'BIS_PMF_UNSUBSCRIBE')
1249: || '
.';
1250:
1251: l_label1 := l_label1 || ' ' ||
1252: fnd_message.get_string('BIS', 'BIS_PMF_UNSUBSCRIBE') || l_NL ||

Line 1252: fnd_message.get_string('BIS', 'BIS_PMF_UNSUBSCRIBE') || l_NL ||

1248: || fnd_message.get_string('BIS', 'BIS_PMF_UNSUBSCRIBE')
1249: || '.';
1250:
1251: l_label1 := l_label1 || ' ' ||
1252: fnd_message.get_string('BIS', 'BIS_PMF_UNSUBSCRIBE') || l_NL ||
1253: l_unscubscribe_url;
1254:
1255: -- End addition 1898436
1256:

Line 1802: BIS_UTILITIES_PVT.Get_FND_Message

1798: l_document varchar2(32000);
1799: l_amp varchar2(10) := '&';
1800: l_target_id varchar2(32000);
1801: l_wait_msg varchar2(32000) :=
1802: BIS_UTILITIES_PVT.Get_FND_Message
1803: ( p_message_name => 'BIS_ALERT_RETRIEVING_MSG' );
1804:
1805: BEGIN
1806:

Line 2376: l_alert_message := l_alert_message || BIS_UTILITIES_PVT.Get_FND_Message(

2372: ) ;
2373:
2374: l_next_run_date := to_char(l_client_date, l_date_format);
2375:
2376: l_alert_message := l_alert_message || BIS_UTILITIES_PVT.Get_FND_Message(
2377: p_message_name => 'BIS_ALERT_SCHEDULE_MSG1'
2378: ,p_msg_param1 => 'NEXT_RUN_DATE'
2379: ,p_msg_param1_val => l_next_run_date
2380: );

Line 2384: l_alert_message := l_alert_message || BIS_UTILITIES_PVT.Get_FND_Message(

2380: );
2381: END IF;
2382:
2383: IF (l_freq IS NOT NULL) THEN
2384: l_alert_message := l_alert_message || BIS_UTILITIES_PVT.Get_FND_Message(
2385: p_message_name => 'BIS_ALERT_SCHEDULE_MSG2'
2386: ,p_msg_param1 => 'SCHEDULE_INFO'
2387: ,p_msg_param1_val => l_freq
2388: );

Line 2391: l_alert_message := l_alert_message || BIS_UTILITIES_PVT.Get_FND_Message(

2387: ,p_msg_param1_val => l_freq
2388: );
2389: END IF;
2390: ELSE
2391: l_alert_message := l_alert_message || BIS_UTILITIES_PVT.Get_FND_Message(
2392: p_message_name => 'BIS_ALERT_NOT_REPEAT'
2393: );
2394: END IF;
2395:

Line 2396: l_alert_message := l_alert_message || BIS_UTILITIES_PVT.Get_FND_Message(

2392: p_message_name => 'BIS_ALERT_NOT_REPEAT'
2393: );
2394: END IF;
2395:
2396: l_alert_message := l_alert_message || BIS_UTILITIES_PVT.Get_FND_Message(
2397: p_message_name => 'BIS_ALERT_SCHEDULE_MSG3'
2398: );
2399:
2400: l_hdr_support := wf_core.translate('WF_HEADER_ATTR');