DBA Data[Home] [Help]

APPS.IGS_PE_USERID_PKG dependencies on FND_MESSAGE

Line 83: l_msg_data := FND_MESSAGE.GET_STRING('IGS', 'IGS_PE_ERR_STACK_NO_DATA');

79: FOR l_cur IN 1..l_msg_count LOOP
80: l_msg_data :=l_msg_data||' '||l_cur||' '||FND_MSG_PUB.GET(l_cur,FND_API.G_FALSE);
81: END LOOP;
82: ELSE
83: l_msg_data := FND_MESSAGE.GET_STRING('IGS', 'IGS_PE_ERR_STACK_NO_DATA');
84: END IF;
85:
86: RETURN l_msg_data;
87:

Line 249: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_UNAME_GEN_FAIL');

245: l_count := l_count+1;
246: END LOOP;
247:
248: IF (l_count > 100) THEN
249: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_UNAME_GEN_FAIL');
250: FND_MSG_PUB.Add;
251: RAISE FND_API.G_EXC_ERROR;
252: END IF;
253:

Line 556: itemtype, itemkey, to_char(actid), funcmode,Generate_Message(),l_user_name,sqlerrm,fnd_message.get);

552:
553: WHEN OTHERS THEN
554:
555: wf_core.context('IGS_PE_USERID_PKG', l_api_name,
556: itemtype, itemkey, to_char(actid), funcmode,Generate_Message(),l_user_name,sqlerrm,fnd_message.get);
557: RAISE ;
558:
559: END Create_Fnd_User ;
560:

Line 688: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_WF_EXISTS');

684:
685: -- Active WF for the given user found
686: --kumma, 2803555, Added code to set the tokens for the following message
687:
688: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_WF_EXISTS');
689: FND_MESSAGE.SET_TOKEN('GIVEN_NAME', p_given_name);
690: FND_MESSAGE.SET_TOKEN('LAST_NAME', p_surname);
691: FND_MSG_PUB.Add;
692: RAISE FND_API.G_EXC_ERROR;

Line 689: FND_MESSAGE.SET_TOKEN('GIVEN_NAME', p_given_name);

685: -- Active WF for the given user found
686: --kumma, 2803555, Added code to set the tokens for the following message
687:
688: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_WF_EXISTS');
689: FND_MESSAGE.SET_TOKEN('GIVEN_NAME', p_given_name);
690: FND_MESSAGE.SET_TOKEN('LAST_NAME', p_surname);
691: FND_MSG_PUB.Add;
692: RAISE FND_API.G_EXC_ERROR;
693:

Line 690: FND_MESSAGE.SET_TOKEN('LAST_NAME', p_surname);

686: --kumma, 2803555, Added code to set the tokens for the following message
687:
688: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_WF_EXISTS');
689: FND_MESSAGE.SET_TOKEN('GIVEN_NAME', p_given_name);
690: FND_MESSAGE.SET_TOKEN('LAST_NAME', p_surname);
691: FND_MSG_PUB.Add;
692: RAISE FND_API.G_EXC_ERROR;
693:
694: END IF;

Line 906: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_USER_CRT_N_ALLOWED');

902: -- If as per customer setup User provisioning(user creation/updation) is not allowed in any instances in any of the
903: -- product interfaces then log the error message in the log file and return
904: IF NOT FND_SSO_MANAGER.IsUserCreateUpdateAllowed THEN
905:
906: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_USER_CRT_N_ALLOWED');
907: l_error_text := FND_MESSAGE.GET;
908: FND_FILE.PUT_LINE(FND_FILE.LOG, l_error_text);
909: errbuf := l_error_text;
910: retcode := 2;

Line 907: l_error_text := FND_MESSAGE.GET;

903: -- product interfaces then log the error message in the log file and return
904: IF NOT FND_SSO_MANAGER.IsUserCreateUpdateAllowed THEN
905:
906: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_USER_CRT_N_ALLOWED');
907: l_error_text := FND_MESSAGE.GET;
908: FND_FILE.PUT_LINE(FND_FILE.LOG, l_error_text);
909: errbuf := l_error_text;
910: retcode := 2;
911:

Line 938: errbuf := FND_MESSAGE.GET_STRING('IGS', 'IGS_PE_NRML_CMPLTN_REQ');

934: --
935: -- Determine if the processing of the group ID was successful
936: --
937: IF (l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
938: errbuf := FND_MESSAGE.GET_STRING('IGS', 'IGS_PE_NRML_CMPLTN_REQ');
939: retcode := 0;
940: ELSE
941: errbuf := FND_MESSAGE.GET_STRING('IGS', 'IGS_PE_ERR_ON_COMPLETION');
942: retcode := 2;

Line 941: errbuf := FND_MESSAGE.GET_STRING('IGS', 'IGS_PE_ERR_ON_COMPLETION');

937: IF (l_return_status = FND_API.G_RET_STS_SUCCESS) THEN
938: errbuf := FND_MESSAGE.GET_STRING('IGS', 'IGS_PE_NRML_CMPLTN_REQ');
939: retcode := 0;
940: ELSE
941: errbuf := FND_MESSAGE.GET_STRING('IGS', 'IGS_PE_ERR_ON_COMPLETION');
942: retcode := 2;
943: END IF;
944:
945: ELSE

Line 951: Fnd_Message.SET_NAME ('IGS','IGS_PE_NO_GROUP_ID');

947: --
948: -- Person ID group could not be found. Log message invalid value given
949: --
950: CLOSE c_person_id_group;
951: Fnd_Message.SET_NAME ('IGS','IGS_PE_NO_GROUP_ID');
952: Fnd_Message.SET_TOKEN('PERSON_GROUP_ID',p_group_id);
953: Fnd_Msg_Pub.ADD;
954:
955: END IF;

Line 952: Fnd_Message.SET_TOKEN('PERSON_GROUP_ID',p_group_id);

948: -- Person ID group could not be found. Log message invalid value given
949: --
950: CLOSE c_person_id_group;
951: Fnd_Message.SET_NAME ('IGS','IGS_PE_NO_GROUP_ID');
952: Fnd_Message.SET_TOKEN('PERSON_GROUP_ID',p_group_id);
953: Fnd_Msg_Pub.ADD;
954:
955: END IF;
956:

Line 982: errbuf := FND_MESSAGE.GET_STRING('IGS','IGS_PE_ABNRML_CMPLTN_REQ');

978: -- --------------------------------------------------------------------
979: EXCEPTION
980:
981: WHEN OTHERS THEN
982: errbuf := FND_MESSAGE.GET_STRING('IGS','IGS_PE_ABNRML_CMPLTN_REQ');
983: retcode := 2;
984: IF (c_person_id_group%ISOPEN) THEN
985: CLOSE c_person_id_group;
986: END IF;

Line 1211: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_NOT_CREATED');

1207: p_email_address => l_email_address
1208: );
1209:
1210: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1211: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_NOT_CREATED');
1212: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1213: Fnd_Msg_Pub.ADD;
1214: ELSE
1215: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_CREATED');

Line 1212: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);

1208: );
1209:
1210: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1211: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_NOT_CREATED');
1212: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1213: Fnd_Msg_Pub.ADD;
1214: ELSE
1215: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_CREATED');
1216: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);

Line 1215: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_CREATED');

1211: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_NOT_CREATED');
1212: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1213: Fnd_Msg_Pub.ADD;
1214: ELSE
1215: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_CREATED');
1216: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1217: Fnd_Message.SET_TOKEN('GRP_DESCRIPTION', grp_desc_rec.description);
1218: Fnd_Msg_Pub.ADD;
1219: END IF;

Line 1216: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);

1212: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1213: Fnd_Msg_Pub.ADD;
1214: ELSE
1215: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_CREATED');
1216: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1217: Fnd_Message.SET_TOKEN('GRP_DESCRIPTION', grp_desc_rec.description);
1218: Fnd_Msg_Pub.ADD;
1219: END IF;
1220:

Line 1217: Fnd_Message.SET_TOKEN('GRP_DESCRIPTION', grp_desc_rec.description);

1213: Fnd_Msg_Pub.ADD;
1214: ELSE
1215: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_ACCT_CREATED');
1216: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1217: Fnd_Message.SET_TOKEN('GRP_DESCRIPTION', grp_desc_rec.description);
1218: Fnd_Msg_Pub.ADD;
1219: END IF;
1220:
1221: ELSE

Line 1222: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_NO_EMAIL_INFO');

1218: Fnd_Msg_Pub.ADD;
1219: END IF;
1220:
1221: ELSE
1222: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_NO_EMAIL_INFO');
1223: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1224: Fnd_Msg_Pub.ADD;
1225: END IF;
1226:

Line 1223: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);

1219: END IF;
1220:
1221: ELSE
1222: Fnd_Message.SET_NAME ('IGS','IGS_PE_PRSN_NO_EMAIL_INFO');
1223: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1224: Fnd_Msg_Pub.ADD;
1225: END IF;
1226:
1227: ELSE

Line 1231: FND_MESSAGE.SET_NAME('IGS','IGS_PE_USERID_EXIST_INACTIVE');

1227: ELSE
1228: -- this section for user account found
1229: -- if the user account has been inactivated for any reasons indicate in the log
1230: IF l_user_end_date IS NOT NULL AND l_user_end_date < sysdate THEN
1231: FND_MESSAGE.SET_NAME('IGS','IGS_PE_USERID_EXIST_INACTIVE');
1232: FND_MESSAGE.SET_TOKEN('USERNAME',l_member_rec.full_name);
1233: FND_MSG_PUB.ADD;
1234: ELSE
1235: -- the user account exists and is active as on the date this job is run

Line 1232: FND_MESSAGE.SET_TOKEN('USERNAME',l_member_rec.full_name);

1228: -- this section for user account found
1229: -- if the user account has been inactivated for any reasons indicate in the log
1230: IF l_user_end_date IS NOT NULL AND l_user_end_date < sysdate THEN
1231: FND_MESSAGE.SET_NAME('IGS','IGS_PE_USERID_EXIST_INACTIVE');
1232: FND_MESSAGE.SET_TOKEN('USERNAME',l_member_rec.full_name);
1233: FND_MSG_PUB.ADD;
1234: ELSE
1235: -- the user account exists and is active as on the date this job is run
1236: -- so the user is not re-processed

Line 1237: Fnd_Message.SET_NAME ('IGS','IGS_PE_USERID_NOT_PROCESSED');

1233: FND_MSG_PUB.ADD;
1234: ELSE
1235: -- the user account exists and is active as on the date this job is run
1236: -- so the user is not re-processed
1237: Fnd_Message.SET_NAME ('IGS','IGS_PE_USERID_NOT_PROCESSED');
1238: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1239: Fnd_Message.SET_TOKEN('GRP_DESCRIPTION', grp_desc_rec.description);
1240: Fnd_Msg_Pub.ADD;
1241: END IF;

Line 1238: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);

1234: ELSE
1235: -- the user account exists and is active as on the date this job is run
1236: -- so the user is not re-processed
1237: Fnd_Message.SET_NAME ('IGS','IGS_PE_USERID_NOT_PROCESSED');
1238: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1239: Fnd_Message.SET_TOKEN('GRP_DESCRIPTION', grp_desc_rec.description);
1240: Fnd_Msg_Pub.ADD;
1241: END IF;
1242: END IF;

Line 1239: Fnd_Message.SET_TOKEN('GRP_DESCRIPTION', grp_desc_rec.description);

1235: -- the user account exists and is active as on the date this job is run
1236: -- so the user is not re-processed
1237: Fnd_Message.SET_NAME ('IGS','IGS_PE_USERID_NOT_PROCESSED');
1238: Fnd_Message.SET_TOKEN('USERNAME', l_member_rec.full_name);
1239: Fnd_Message.SET_TOKEN('GRP_DESCRIPTION', grp_desc_rec.description);
1240: Fnd_Msg_Pub.ADD;
1241: END IF;
1242: END IF;
1243:

Line 1285: fnd_message.set_name('IGS','IGS_PE_PERSID_GROUP_EXP');

1281: EXCEPTION
1282: WHEN NO_DATA_FOUND THEN
1283: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1284: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
1285: fnd_message.set_name('IGS','IGS_PE_PERSID_GROUP_EXP');
1286: fnd_file.put_line (FND_FILE.LOG,fnd_message.get);
1287: END IF;
1288: IF (pgroup_refcur%ISOPEN) THEN
1289: CLOSE pgroup_refcur;

Line 1286: fnd_file.put_line (FND_FILE.LOG,fnd_message.get);

1282: WHEN NO_DATA_FOUND THEN
1283: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1284: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
1285: fnd_message.set_name('IGS','IGS_PE_PERSID_GROUP_EXP');
1286: fnd_file.put_line (FND_FILE.LOG,fnd_message.get);
1287: END IF;
1288: IF (pgroup_refcur%ISOPEN) THEN
1289: CLOSE pgroup_refcur;
1290: END IF;

Line 1688: l_encoded_message := fnd_message.get_encoded;

1684:
1685: BEGIN
1686: x_return_status := fnd_user_pkg.TestUserName (x_user_name => p_user_name);
1687: IF NOT (x_return_status = fnd_user_pkg.USER_OK_CREATE) THEN
1688: l_encoded_message := fnd_message.get_encoded;
1689: fnd_message.parse_encoded (encoded_message => l_encoded_message,
1690: app_short_name => x_message_app_name,
1691: message_name => x_message_name);
1692: fnd_message.set_encoded (l_encoded_message);

Line 1689: fnd_message.parse_encoded (encoded_message => l_encoded_message,

1685: BEGIN
1686: x_return_status := fnd_user_pkg.TestUserName (x_user_name => p_user_name);
1687: IF NOT (x_return_status = fnd_user_pkg.USER_OK_CREATE) THEN
1688: l_encoded_message := fnd_message.get_encoded;
1689: fnd_message.parse_encoded (encoded_message => l_encoded_message,
1690: app_short_name => x_message_app_name,
1691: message_name => x_message_name);
1692: fnd_message.set_encoded (l_encoded_message);
1693: x_message_text := fnd_message.get;

Line 1692: fnd_message.set_encoded (l_encoded_message);

1688: l_encoded_message := fnd_message.get_encoded;
1689: fnd_message.parse_encoded (encoded_message => l_encoded_message,
1690: app_short_name => x_message_app_name,
1691: message_name => x_message_name);
1692: fnd_message.set_encoded (l_encoded_message);
1693: x_message_text := fnd_message.get;
1694: END IF;
1695: END TestUserName;
1696:

Line 1693: x_message_text := fnd_message.get;

1689: fnd_message.parse_encoded (encoded_message => l_encoded_message,
1690: app_short_name => x_message_app_name,
1691: message_name => x_message_name);
1692: fnd_message.set_encoded (l_encoded_message);
1693: x_message_text := fnd_message.get;
1694: END IF;
1695: END TestUserName;
1696:
1697: PROCEDURE Dup_Person_Check

Line 1809: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_ENTER_ZIPCODE');

1805: END IF;
1806: -- Too many users
1807: IF p_Zipcode IS NULL THEN
1808: x_return_status := 'E';
1809: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_ENTER_ZIPCODE');
1810: FND_MSG_PUB.Add;
1811: RAISE FND_API.G_EXC_ERROR;
1812: ELSE
1813: OPEN c_dup_zip(p_first_name, p_last_name, p_birth_date,

Line 2007: FND_MESSAGE.SET_NAME('IGS', 'IGS_AD_BIRTH_DT');

2003: CLOSE c_pref_alt_type;
2004:
2005: IF TRUNC(p_birth_date) > TRUNC(SYSDATE) THEN
2006: x_return_status := 'E';
2007: FND_MESSAGE.SET_NAME('IGS', 'IGS_AD_BIRTH_DT');
2008: FND_MSG_PUB.Add;
2009: RAISE FND_API.G_EXC_ERROR;
2010: END IF;
2011:

Line 2035: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_ACCREQ_SETUP_N_COMPL');

2031: p_person_num := UPPER(WF_EVENT.getValueForParameter('PERSON_NUMBER',l_parameter_list_t));
2032: l_parameter_list_t.delete;
2033: IF (p_person_num IS NULL) THEN
2034: x_return_status := 'E';
2035: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_ACCREQ_SETUP_N_COMPL');
2036: FND_MSG_PUB.Add;
2037: RAISE FND_API.G_EXC_ERROR;
2038: END IF;
2039: IF fnd_log.level_procedure >= fnd_log.g_current_runtime_level THEN

Line 2255: x_message_text := fnd_message.get;

2251: l_user_name := p_user_name;
2252: END IF;
2253: l_result := FND_WEB_SEC.validate_password (l_user_name, p_password);
2254: IF l_result <> 'Y' THEN
2255: x_message_text := fnd_message.get;
2256: x_return_status := 'E';
2257: END IF;
2258: END validate_password;
2259: