DBA Data[Home] [Help]

APPS.IGS_UC_QUAL_DETS_IMP_PKG dependencies on FND_API

Line 537: igs_ge_msg_stack.get(igs_ge_msg_stack.count_msg,fnd_api.g_false, l_mesg_data, l_msg_index);

533: l_records_errored := NVL(l_records_errored ,0) + 1 ;
534: l_mesg_data := NULL;
535: l_msg_index := NULL;
536: IF ( l_msg_count <> igs_ge_msg_stack.count_msg) THEN
537: igs_ge_msg_stack.get(igs_ge_msg_stack.count_msg,fnd_api.g_false, l_mesg_data, l_msg_index);
538: IF l_mesg_data IS NOT NULL THEN
539: l_mesg_data := ' - '||l_mesg_data;
540: END IF;
541: ELSE