DBA Data[Home] [Help]

APPS.CN_OVER_ASSIGN_PVT dependencies on FND_MESSAGE

Line 60: FND_MESSAGE.SET_NAME ('CN' , 'CN_QM_SR_ED_NULL');

56:
57: -- cn_qm_mgr_srp_groups(cn_srp_role) end_date cannot be null
58: IF l_sr_end_date IS NULL THEN
59: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
60: FND_MESSAGE.SET_NAME ('CN' , 'CN_QM_SR_ED_NULL');
61: FND_MSG_PUB.Add;
62: END IF;
63: RAISE FND_API.G_EXC_ERROR;
64: END IF;

Line 415: FND_MESSAGE.SET_NAME ('CN' , 'CN_QM_SR_ED_NULL');

411:
412: -- cn_qm_mgr_srp_groups(cn_srp_role) end_date cannot be null
413: IF l_srp_info.end_date IS NULL THEN
414: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
415: FND_MESSAGE.SET_NAME ('CN' , 'CN_QM_SR_ED_NULL');
416: FND_MSG_PUB.Add;
417: END IF;
418: RAISE FND_API.G_EXC_ERROR;
419: END IF;

Line 424: FND_MESSAGE.SET_NAME ('CN' , 'CN_QM_INVALID_SRPROLE');

420:
421: IF c_srp_info%notfound THEN
422: -- invalid srp_role_id
423: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
424: FND_MESSAGE.SET_NAME ('CN' , 'CN_QM_INVALID_SRPROLE');
425: FND_MSG_PUB.Add;
426: END IF;
427: RAISE FND_API.G_EXC_ERROR;
428: END IF;