DBA Data[Home] [Help]

APPS.FEM_INTG_DIM_RULE_ENG_PKG dependencies on FND_MESSAGE

Line 452: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_101');

448: ,p_value1 => pc_module_name||c_func_name
449: ,p_token2 => 'TIME'
450: ,p_value2 => TO_CHAR(SYSDATE)||' '||TO_CHAR(SYSDATE,'HH24:MI:SS'));
451:
452: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_101');
453: fnd_message.set_token('DIM_ID',pv_dim_id);
454:
455: app_exception.raise_exception;
456:

Line 453: fnd_message.set_token('DIM_ID',pv_dim_id);

449: ,p_token2 => 'TIME'
450: ,p_value2 => TO_CHAR(SYSDATE)||' '||TO_CHAR(SYSDATE,'HH24:MI:SS'));
451:
452: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_101');
453: fnd_message.set_token('DIM_ID',pv_dim_id);
454:
455: app_exception.raise_exception;
456:
457: WHEN FEMOGL_com_dim_missing THEN

Line 481: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_102');

477: ,p_value1 => c_func_name
478: ,p_token2 => 'TIME'
479: ,p_value2 => TO_CHAR(SYSDATE)||' '||TO_CHAR(SYSDATE,'HH24:MI:SS'));
480:
481: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_102');
482: fnd_message.set_token('DIM_ID',pv_dim_id);
483:
484: app_exception.raise_exception;
485:

Line 482: fnd_message.set_token('DIM_ID',pv_dim_id);

478: ,p_token2 => 'TIME'
479: ,p_value2 => TO_CHAR(SYSDATE)||' '||TO_CHAR(SYSDATE,'HH24:MI:SS'));
480:
481: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_102');
482: fnd_message.set_token('DIM_ID',pv_dim_id);
483:
484: app_exception.raise_exception;
485:
486: WHEN FEMOGL_cc_dim_missing THEN

Line 510: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_103');

506: ,p_value1 => c_func_name
507: ,p_token2 => 'TIME'
508: ,p_value2 => TO_CHAR(SYSDATE)||' '||TO_CHAR(SYSDATE,'HH24:MI:SS'));
509:
510: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_103');
511: fnd_message.set_token('DIM_ID',pv_dim_id);
512:
513: app_exception.raise_exception;
514:

Line 511: fnd_message.set_token('DIM_ID',pv_dim_id);

507: ,p_token2 => 'TIME'
508: ,p_value2 => TO_CHAR(SYSDATE)||' '||TO_CHAR(SYSDATE,'HH24:MI:SS'));
509:
510: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_103');
511: fnd_message.set_token('DIM_ID',pv_dim_id);
512:
513: app_exception.raise_exception;
514:
515: WHEN OTHERS THEN

Line 539: raise_application_error(-20001, fnd_message.get);

535: ,p_value1 => pc_module_name||c_func_name
536: ,p_token2 => 'TIME'
537: ,p_value2 => TO_CHAR(SYSDATE)||' '||TO_CHAR(SYSDATE,'HH24:MI:SS'));
538:
539: raise_application_error(-20001, fnd_message.get);
540: END;
541:
542:
543: PROCEDURE Main (x_errbuf OUT NOCOPY VARCHAR2,

Line 756: raise_application_error(-20001, fnd_message.get);

752: FEM_ENGINES_PKG.Tech_Message
753: ( p_severity => pc_log_level_error
754: ,p_module => pc_module_name||c_func_name
755: ,p_msg_text => 'Unexpected error while registering FEM value set');
756: raise_application_error(-20001, fnd_message.get);
757: END IF;
758:
759: WHEN OTHERS THEN
760: FEM_ENGINES_PKG.Tech_Message

Line 765: raise_application_error(-20001, fnd_message.get);

761: ( p_severity => pc_log_level_error
762: ,p_module => pc_module_name||c_func_name
763: ,p_msg_text => 'Following error during selecting fem VSID
764: from FEM_INTG_AOL_VALSET_MAP: '||sqlerrm);
765: raise_application_error(-20001, fnd_message.get);
766: END;
767:
768: IF(pv_dim_id = 8) THEN
769: UPDATE fem_intg_dim_rule_defs def

Line 809: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_508');

805: FEM_ENGINES_PKG.User_Message(
806: p_app_name => 'FEM',
807: p_msg_name => 'FEM_INTG_DIM_ENG_508'
808: );
809: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_508');
810: app_exception.raise_exception;
811: END IF;
812:
813:

Line 840: raise_application_error(-20001, fnd_message.get);

836: FEM_ENGINES_PKG.Tech_Message
837: ( p_severity => pc_log_level_procedure
838: ,p_module => pc_module_name||c_func_name
839: ,p_msg_text => 'varlable'||pv_dim_varchar_label);
840: raise_application_error(-20001, fnd_message.get);
841: END;
842:
843: IF pv_fem_vs_id = -1
844: THEN

Line 849: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_507');

845: FEM_ENGINES_PKG.User_Message(
846: p_app_name => 'FEM',
847: p_msg_name => 'FEM_INTG_DIM_ENG_507'
848: );
849: fnd_message.set_name('FEM','FEM_INTG_DIM_ENG_507');
850: app_exception.raise_exception;
851:
852: ELSE
853: --

Line 886: raise_application_error(-20001, fnd_message.get);

882: FEM_ENGINES_PKG.Tech_Message
883: ( p_severity => pc_log_level_error
884: ,p_module => pc_module_name||c_func_name
885: ,p_msg_text => 'Unexpected error while getting value set from FEM_GLOBAL_VS_COMBO_DEFS');
886: raise_application_error(-20001, fnd_message.get);
887: END;
888: IF v_global_defs_vs_id = -1
889: THEN
890: pv_progress := 'Update FEM_GLOBAL_VS_COMBO_DEFS';

Line 959: raise_application_error(-20001, fnd_message.get);

955: WHEN NO_DATA_FOUND THEN
956: pv_com_vs_id := -1;
957: WHEN OTHERS THEN
958: pv_progress := 'unexpected error whiel selecting pv_com_vs_id from FEM_INTG_AOL_VALSET_MAP: ' ||sqlerrm;
959: raise_application_error(-20001, fnd_message.get);
960: END;
961:
962: IF pv_com_vs_id = -1
963: THEN

Line 1018: raise_application_error(-20001, fnd_message.get);

1014: FEM_ENGINES_PKG.Tech_Message
1015: ( p_severity => pc_log_level_error
1016: ,p_module => pc_module_name||c_func_name
1017: ,p_msg_text => 'Unexpected error while registering company value set');
1018: raise_application_error(-20001, fnd_message.get);
1019: END IF;
1020:
1021: END IF;
1022: --

Line 1063: raise_application_error(-20001, fnd_message.get);

1059: pv_cc_vs_id := -1;
1060: WHEN OTHERS THEN
1061: pv_progress := 'unexpected error while selecting pv_cc_vs_id
1062: from FEM_INTG_AOL_VALSET_MAP: ' ||sqlerrm;
1063: raise_application_error(-20001, fnd_message.get);
1064: END;
1065:
1066: IF pv_cc_vs_id = -1
1067: THEN

Line 1122: raise_application_error(-20001, fnd_message.get);

1118: FEM_ENGINES_PKG.Tech_Message
1119: ( p_severity => pc_log_level_error
1120: ,p_module => pc_module_name||c_func_name
1121: ,p_msg_text => 'Unexpected error while registering Cost-center value set');
1122: raise_application_error(-20001, fnd_message.get);
1123: END IF;
1124:
1125: END IF;
1126:

Line 1243: raise_application_error(-20001, fnd_message.get);

1239: FEM_ENGINES_PKG.Tech_Message
1240: ( p_severity => pc_log_level_error
1241: ,p_module => pc_module_name||c_func_name
1242: ,p_msg_text => 'Unexpected error while registering company value set');
1243: raise_application_error(-20001, fnd_message.get);
1244: END IF; /* IF v_status = 0 */
1245: END IF; /* IF v_com_fnd_vs_id <> -1 */
1246: END IF; /* IF pv_com_vs_id = -1 */
1247:

Line 1324: raise_application_error(-20001, fnd_message.get);

1320: FEM_ENGINES_PKG.Tech_Message
1321: ( p_severity => pc_log_level_error
1322: ,p_module => pc_module_name||c_func_name
1323: ,p_msg_text => 'Unexpected error while registering cost center value set');
1324: raise_application_error(-20001, fnd_message.get);
1325: END IF; /* IF v_status = 0 */
1326: END IF; /* IF v_cc_fnd_vs_id <> -1 */
1327: END IF; /* IF pv_cc_vs_id = -1 */
1328:

Line 1492: raise_application_error(-20001, fnd_message.get);

1488: satisfied: '||pv_dim_mapping_option_code);
1489: END CASE;
1490: IF v_completion_code <> 0
1491: THEN
1492: raise_application_error(-20001, fnd_message.get);
1493: END IF;
1494:
1495: FEM_ENGINES_PKG.Tech_Message
1496: (p_severity => pc_log_level_procedure,

Line 1621: (p_msg_text => fnd_message.get);

1617: ROLLBACK;
1618: print_pkg_variable_values;
1619:
1620: FEM_ENGINES_PKG.User_Message
1621: (p_msg_text => fnd_message.get);
1622:
1623: FEM_ENGINES_PKG.Tech_Message
1624: (p_severity => pc_log_level_unexpected
1625: ,p_module => pc_module_name||c_func_name||'.unexpected_exception'

Line 1657: x_errbuf := fnd_message.get;

1653: p_module_name => pc_module_name,
1654: x_completion_code => v_completion_code_final
1655: );
1656: x_retcode := 2;
1657: x_errbuf := fnd_message.get;
1658:
1659: WHEN OTHERS THEN
1660: ROLLBACK;
1661: print_pkg_variable_values;

Line 1701: x_errbuf := fnd_message.get;

1697: x_completion_code => v_completion_code_final
1698: );
1699:
1700: x_retcode := 2;
1701: x_errbuf := fnd_message.get;
1702: END;
1703:
1704:
1705: PROCEDURE create_map_placeholder_records

Line 1985: raise_application_error(-20001, fnd_message.get);

1981: FEM_ENGINES_PKG.Tech_Message
1982: (p_severity => pc_log_level_unexpected
1983: ,p_module => pc_module_name||c_func_name||'.unexpected_exception'
1984: ,p_msg_text => sqlerrm);
1985: raise_application_error(-20001, fnd_message.get);
1986: END;
1987: ELSE
1988: FEM_ENGINES_PKG.Tech_Message
1989: ( p_severity => pc_log_level_statement

Line 2025: raise_application_error(-20001, fnd_message.get);

2021: ,p_value1 => pc_module_name||c_func_name
2022: ,p_token2 => 'TIME'
2023: ,p_value2 => TO_CHAR(SYSDATE)||' '||TO_CHAR(SYSDATE,'HH24:MI:SS'));
2024:
2025: raise_application_error(-20001, fnd_message.get);
2026:
2027: END;
2028:
2029: PROCEDURE print_pkg_variable_values IS

Line 2371: x_errbuf:=FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_05');

2367: p_module => pc_module_name || l_func_name ,
2368: p_msg_name => 'FEM_INTG_DIM_RULE_POST_05');
2369:
2370: x_retcode:=2;
2371: x_errbuf:=FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_05');
2372:
2373: FEM_ENGINES_PKG.User_Message
2374: (p_app_name => 'FEM',
2375: p_msg_text => x_errbuf);

Line 2404: x_errbuf:=FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_03');

2400: p_module => pc_module_name || l_func_name ,
2401: p_msg_name => 'FEM_INTG_DIM_RULE_POST_03');
2402:
2403: x_retcode:=2;
2404: x_errbuf:=FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_03');
2405:
2406: FEM_ENGINES_PKG.User_Message
2407: (p_app_name => 'FEM',
2408: p_msg_text => x_errbuf);

Line 2706: x_errbuf:= FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_03');

2702: delete from fem_intg_aol_valset_map where fem_value_set_id = l_value_set_id;
2703:
2704: ELSE
2705: IF(l_gvsc_exist_flag) THEN
2706: x_errbuf:= FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_03');
2707: ELSIF (l_found_hier_flag) THEN
2708: x_errbuf:= FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_04');
2709: END IF;
2710:

Line 2708: x_errbuf:= FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_04');

2704: ELSE
2705: IF(l_gvsc_exist_flag) THEN
2706: x_errbuf:= FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_03');
2707: ELSIF (l_found_hier_flag) THEN
2708: x_errbuf:= FND_MESSAGE.Get_String('FEM', 'FEM_INTG_DIM_RULE_POST_04');
2709: END IF;
2710:
2711: FEM_ENGINES_PKG.Tech_Message
2712: (p_severity => pc_log_level_exception,