DBA Data[Home] [Help]

APPS.AMW_LOAD_RCM_ORG_DATA dependencies on FND_MESSAGE

Line 1214: ---fnd_message.set_name('AMW','AMW_ASSOC_AP_EFF_WEBADI_MSG');

1210: ---check here, because different access privileges need to be checked
1211: ---for the Ctrl to Audit Procedure association in Risk Library and Org ctxes
1212: IF ((NOT v_error_found) AND (rc_rec.ap_name IS NOT NULL)) THEN
1213: if(rc_rec.design_effectiveness = 'N' and rc_rec.op_effectiveness = 'N') then
1214: ---fnd_message.set_name('AMW','AMW_ASSOC_AP_EFF_WEBADI_MSG');
1215: v_err_msg := fnd_message.GET_STRING('AMW','AMW_ASSOC_AP_EFF_WEBADI_MSG');
1216: ---v_err_msg := fnd_message.get;
1217: update_interface_with_error (v_err_msg
1218: ,v_table_name

Line 1215: v_err_msg := fnd_message.GET_STRING('AMW','AMW_ASSOC_AP_EFF_WEBADI_MSG');

1211: ---for the Ctrl to Audit Procedure association in Risk Library and Org ctxes
1212: IF ((NOT v_error_found) AND (rc_rec.ap_name IS NOT NULL)) THEN
1213: if(rc_rec.design_effectiveness = 'N' and rc_rec.op_effectiveness = 'N') then
1214: ---fnd_message.set_name('AMW','AMW_ASSOC_AP_EFF_WEBADI_MSG');
1215: v_err_msg := fnd_message.GET_STRING('AMW','AMW_ASSOC_AP_EFF_WEBADI_MSG');
1216: ---v_err_msg := fnd_message.get;
1217: update_interface_with_error (v_err_msg
1218: ,v_table_name
1219: ,v_interface_id);

Line 1216: ---v_err_msg := fnd_message.get;

1212: IF ((NOT v_error_found) AND (rc_rec.ap_name IS NOT NULL)) THEN
1213: if(rc_rec.design_effectiveness = 'N' and rc_rec.op_effectiveness = 'N') then
1214: ---fnd_message.set_name('AMW','AMW_ASSOC_AP_EFF_WEBADI_MSG');
1215: v_err_msg := fnd_message.GET_STRING('AMW','AMW_ASSOC_AP_EFF_WEBADI_MSG');
1216: ---v_err_msg := fnd_message.get;
1217: update_interface_with_error (v_err_msg
1218: ,v_table_name
1219: ,v_interface_id);
1220: else

Line 1864: v_invalid_risk_type := FND_MESSAGE.GET_STRING('AMW', 'AMW_INVALID_RISK_TYPE');

1860: fnd_file.put_line (fnd_file.LOG, 'Invalid Risk Type.');
1861:
1862: BEGIN
1863: IF v_invalid_risk_type is null THEN
1864: v_invalid_risk_type := FND_MESSAGE.GET_STRING('AMW', 'AMW_INVALID_RISK_TYPE');
1865: END IF;
1866: UPDATE amw_rcm_org_interface
1867: SET error_flag = 'Y'
1868: ,interface_status = v_invalid_risk_type

Line 1880: v_invalid_requestor_msg := FND_MESSAGE.GET_STRING('AMW', 'AMW_UNKNOWN_EMPLOYEE');

1876: WHEN e_invalid_requestor_id THEN
1877: fnd_file.put_line (fnd_file.LOG, 'Invalid requestor id.');
1878: BEGIN
1879: IF v_invalid_requestor_msg is null THEN
1880: v_invalid_requestor_msg := FND_MESSAGE.GET_STRING('AMW', 'AMW_UNKNOWN_EMPLOYEE');
1881: END IF;
1882: UPDATE amw_rcm_org_interface
1883: SET error_flag = 'Y'
1884: ,interface_status = v_invalid_requestor_msg

Line 1895: v_no_import_privilege_msg := FND_MESSAGE.GET_STRING('AMW', 'AMW_NO_IMPORT_ACCESS');

1891: WHEN e_no_import_access THEN
1892: fnd_file.put_line (fnd_file.LOG, 'no import privilege');
1893: BEGIN
1894: IF v_no_import_privilege_msg is null THEN
1895: v_no_import_privilege_msg := FND_MESSAGE.GET_STRING('AMW', 'AMW_NO_IMPORT_ACCESS');
1896: END IF;
1897: UPDATE amw_rcm_org_interface
1898: SET error_flag = 'Y'
1899: ,interface_status = v_no_import_privilege_msg