DBA Data[Home] [Help]

APPS.IGS_RATINGS_PUB dependencies on FND_MSG_PUB

Line 91: FND_MSG_PUB.initialize;

87: RAISE FND_API.G_EXC_ERROR;
88: END IF;
89: -- Initialize message list if p_init_msg_list is set to TRUE.
90: IF FND_API.to_Boolean( p_init_msg_list ) THEN
91: FND_MSG_PUB.initialize;
92: END IF;
93: l_msg_index := igs_ge_msg_stack.count_msg;
94:
95: -- P_PERSON_ID

Line 367: FND_MSG_PUB.initialize;

363: RAISE FND_API.G_EXC_ERROR ;
364: END IF;
365: -- Initialize message list if p_init_msg_list is set to TRUE.
366: IF FND_API.to_Boolean( p_init_msg_list ) THEN
367: FND_MSG_PUB.initialize;
368: END IF;
369:
370: -- P_PERSON_ID
371: check_length('PERSON_ID', 'IGS_AD_APPL_ARP', length(p_person_id));